From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/rfc3987/Manifest | 3 --- dev-python/rfc3987/metadata.xml | 17 ----------------- dev-python/rfc3987/rfc3987-1.3.7.ebuild | 27 --------------------------- 3 files changed, 47 deletions(-) delete mode 100644 dev-python/rfc3987/Manifest delete mode 100644 dev-python/rfc3987/metadata.xml delete mode 100644 dev-python/rfc3987/rfc3987-1.3.7.ebuild (limited to 'dev-python/rfc3987') diff --git a/dev-python/rfc3987/Manifest b/dev-python/rfc3987/Manifest deleted file mode 100644 index ece20de5a831..000000000000 --- a/dev-python/rfc3987/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST rfc3987-1.3.7.tar.gz 20701 BLAKE2B 234f3dc60d83e5615ae9fbbc14d063f9a993a532f5e7042144a8f5e995d44a27d88c284f7e12ff1f3f92d2440333438b3e1a0804ab43ca229305ce20ec4cb4f2 SHA512 c5fa8eb36358f7f42d12adc305031bfff7bd77e83316ad4458ed07acc6094c7d9109b95848b9296dcbc6677ce34aa59b1be8fd57dfcdc6be47eb92aeda51c518 -EBUILD rfc3987-1.3.7.ebuild 791 BLAKE2B 5a3405705ad526281842a83974146c7edd9f41c3bca4d4b8bc7528ddd0b280d4e700142aa97e49127a2d6e4506221653da2cde081870f661150b6fa5bc48f9d2 SHA512 b5faae4e208053829208f4530246f23f5df83d596758da42e9c31ddf9d3c763c1b11b5f97e2247157012bf216e50011cde41d6b5317dad120690ebe54482652f -MISC metadata.xml 571 BLAKE2B c366d3c4f3cb52d43bf469e77610cb6cfdd57b82ef0f46e8f1dbc739637bae6805edf5086deb4779738be7d29c4c73f7d658050112e9f5be62debc22a735f61c SHA512 2ced33f8245fc320ca1795072d9e63b5cc910b90f368306112316dcb444ee24f292e39ff76dfb027edcaf2c7a6dbfa636414ab8f9cfe777b0a2aeed17143e8c0 diff --git a/dev-python/rfc3987/metadata.xml b/dev-python/rfc3987/metadata.xml deleted file mode 100644 index ed37dd5132a7..000000000000 --- a/dev-python/rfc3987/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - aballier@gentoo.org - Alexis Ballier - Python team can take the package if they wish. - - - python@gentoo.org - Python - - - rfc3987 - dgerber/rfc3987 - - diff --git a/dev-python/rfc3987/rfc3987-1.3.7.ebuild b/dev-python/rfc3987/rfc3987-1.3.7.ebuild deleted file mode 100644 index 1a78ecb2298b..000000000000 --- a/dev-python/rfc3987/rfc3987-1.3.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)" -HOMEPAGE="https://github.com/dgerber/rfc3987 https://pypi.org/project/rfc3987/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="$(python_gen_cond_dep \ - 'dev-python/regex[${PYTHON_USEDEP}]' python2_7 'python3*' pypy)" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -python_test() { - ${EPYTHON} -m doctest -v "${S}/${PN}.py" || die -} -- cgit v1.2.3