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/iso8601/Manifest | 7 ------- dev-python/iso8601/iso8601-0.1.10.ebuild | 24 ------------------------ dev-python/iso8601/iso8601-0.1.11.ebuild | 24 ------------------------ dev-python/iso8601/iso8601-0.1.12.ebuild | 24 ------------------------ dev-python/iso8601/metadata.xml | 12 ------------ 5 files changed, 91 deletions(-) delete mode 100644 dev-python/iso8601/Manifest delete mode 100644 dev-python/iso8601/iso8601-0.1.10.ebuild delete mode 100644 dev-python/iso8601/iso8601-0.1.11.ebuild delete mode 100644 dev-python/iso8601/iso8601-0.1.12.ebuild delete mode 100644 dev-python/iso8601/metadata.xml (limited to 'dev-python/iso8601') diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest deleted file mode 100644 index 19733ea066df..000000000000 --- a/dev-python/iso8601/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -DIST iso8601-0.1.10.tar.gz 8405 BLAKE2B e9831b9a4cd8a6fd8bb1717c182f46250017a84efc3000484a395ea2b9353a279d0087b7ad8b5ae5153b767a69992650d62efd25c71a0967c217e09cc6cdfa77 SHA512 5a3635b3daf6c5ccfd0dfdf47bcd60a0841c06137b3ee334ec024909fa24c8fe4a1da1fa253e0a5dfaca173d4b10dfd994b83a031b2a0385406ca92987098168 -DIST iso8601-0.1.11.tar.gz 8725 BLAKE2B 7eed190b8876ae86f8b551676ce69e8bd3a09156ac44567bbbf48d77229f9b52f9fec62ca3c1fa620bea8c7afe2b62d2d6c5ac22a3e5d88adc6bdcf2b6bf0b89 SHA512 19f5443aae4e3f93b0521a7215318c2833bcca5740ea05f9a6d5771bff2aaeb5626ba26e5ba64efae135bf9420a1810854969dad845aaf67089d5e6898a254a0 -DIST iso8601-0.1.12.tar.gz 8868 BLAKE2B 5463af17cfaf2c1f256790ec11dc50f808857abdf0a341f2c88033e9e94f09069ed570223c3743007e0fff8fdd9a714bce0ef3e88a961c2bb131b79e88a1424f SHA512 d64f3a83fd3a678446e17fb35265c0487491a53a2ec306fe2332c59e9e471bfe8580b3280da7ae13664f07f7f29edb0347196351ab698849ccaefb52d6ce6613 -EBUILD iso8601-0.1.10.ebuild 755 BLAKE2B 29557ba50d8dc89fe1f04e5d250d347ce37c0c74ffd8b067c238743f865f18556375ceaaaa668a4e10a0c6405f66d1e2859358271b3cf7ebfae63cbafd73eab3 SHA512 685de874de85f1259c94445360a484458a8688c4ede8f2e634c2f523cd2c67818be4587f99790732b02a973c734a2124aabe5a8d90932505c375a148e96d77fb -EBUILD iso8601-0.1.11.ebuild 765 BLAKE2B fd8db489bcad09e7d2182b725dd14f02dd0a648b9a8ee5f2864f8c8442091c6c4548260158c635f7812bb0eea9417ec36219df1d07115932b72ac53b1c60ebfa SHA512 dd37c0cfff09bdd6de5e61c562a58b02f9818dc32246d0561a2d3487ee1299c7b50be68de5bcc969284dbba9b6e205f8b4929f9044bc2ec264930a79c74163e6 -EBUILD iso8601-0.1.12.ebuild 767 BLAKE2B 3e6a28120fe944dd39f2aa7c83787b8e339a423f54f0d3ebcfbc1b2e09e93e9b8b3e50ccaad0819c3ab9661b40a40875f923b779c5e024cbf54bee4c9bf6ca34 SHA512 4b6a9018ed52d935b15c08d29565151e7adedf935dea0d035331a9983f9d2bfe9f57b76cf8dc055bdbc85c9bab45fb1102c7c9abe6af723d609b220a80c53592 -MISC metadata.xml 334 BLAKE2B 5e73aa36a751a0547b8c8d39ef2a9cd3c9b4b5a41cda2e4ab47850fb4ef86fc4a9fa0f819329409b6fa34dcb031b38cf2532bdd33b59db85e61953e08b5f03de SHA512 70d83069bca1f66a6229800c51a0f8a5081a23072eb9d432e07c9945500899f769217ca989de90886896371d5f7d9a95cc976048035d1d6d615fe602ee471589 diff --git a/dev-python/iso8601/iso8601-0.1.10.ebuild b/dev-python/iso8601/iso8601-0.1.10.ebuild deleted file mode 100644 index cc06f77532c6..000000000000 --- a/dev-python/iso8601/iso8601-0.1.10.ebuild +++ /dev/null @@ -1,24 +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="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )" - -python_test() { - "${PYTHON}" -m pytest --verbose ${PN} || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/iso8601/iso8601-0.1.11.ebuild b/dev-python/iso8601/iso8601-0.1.11.ebuild deleted file mode 100644 index 9e904942dbd0..000000000000 --- a/dev-python/iso8601/iso8601-0.1.11.ebuild +++ /dev/null @@ -1,24 +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="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )" - -python_test() { - "${PYTHON}" -m pytest --verbose ${PN} || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/iso8601/iso8601-0.1.12.ebuild b/dev-python/iso8601/iso8601-0.1.12.ebuild deleted file mode 100644 index 56030ced21d4..000000000000 --- a/dev-python/iso8601/iso8601-0.1.12.ebuild +++ /dev/null @@ -1,24 +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="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )" - -python_test() { - "${PYTHON}" -m pytest --verbose ${PN} || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/iso8601/metadata.xml b/dev-python/iso8601/metadata.xml deleted file mode 100644 index 7320caf6f361..000000000000 --- a/dev-python/iso8601/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - python@gentoo.org - Python - - - - iso8601 - - -- cgit v1.2.3