diff options
author | David Seifert <soap@gentoo.org> | 2019-12-29 09:52:07 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-29 09:52:07 +0100 |
commit | 86d143fb702805784fe2d2aaf83f3722d710f1c1 (patch) | |
tree | 306355a32a324059f699e54f79685299e6364bd0 /dev-python/positional | |
parent | dev-python/pockets: Remove old (diff) | |
download | gentoo-86d143fb702805784fe2d2aaf83f3722d710f1c1.tar.gz gentoo-86d143fb702805784fe2d2aaf83f3722d710f1c1.tar.bz2 gentoo-86d143fb702805784fe2d2aaf83f3722d710f1c1.zip |
dev-python/positional: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/positional')
-rw-r--r-- | dev-python/positional/Manifest | 2 | ||||
-rw-r--r-- | dev-python/positional/positional-1.0.1.ebuild | 20 | ||||
-rw-r--r-- | dev-python/positional/positional-1.1.1.ebuild | 21 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/positional/Manifest b/dev-python/positional/Manifest index 3b19e2584a2d..0ca5f9882eae 100644 --- a/dev-python/positional/Manifest +++ b/dev-python/positional/Manifest @@ -1,3 +1 @@ -DIST positional-1.0.1.tar.gz 16398 BLAKE2B 83797cbae3ae19dc953da46cb539b3eeaed533cbc9a13f46594afff0f869c35f40eca093160381cd23c28f0004dcb3b39e07ad94851925f1c7adc4c8b42e9daa SHA512 1071100fdc3d05520d452ef74a3294c7b16f84f41aac04ebd85fddcbbac58564e7ee836ac2a73af732b137bdf857efbfd15351e913afcdc88885d1b820183699 -DIST positional-1.1.1.tar.gz 15987 BLAKE2B ecc96b1df800a4a5a18e5baa048c1323e66cad0176bda70eee36f47173b8b711416af925e59c839288bbc3c9f2a32a5569978450506b29990b886a44ca5aa889 SHA512 6bb8984c5a31081a97be3be1eff2d62747e829f7f4d1e6e973ab00e8baae3552ff996500a343b58986bb70399c99026284fd59185b3452dc2b9165e8276eefba DIST positional-1.1.2.tar.gz 16434 BLAKE2B e54e7e7ae0543780578272705ac6cc27d6df0bd29220f3ad2cf6f850972b6d5ccf7c29e81f889e06d3f718664557ce06a0fdab1300f4d423bd8c9289f4dbf374 SHA512 864f6c505edea1a0639a97aeae554cbb9cf0141c3c175b836489b6f258d53f6d306e915bd75d6cb7c61f6eda9d36afaef1fdf0cd2f8afa61a6e797b1c81c8cb5 diff --git a/dev-python/positional/positional-1.0.1.ebuild b/dev-python/positional/positional-1.0.1.ebuild deleted file mode 100644 index 6cab73bf6569..000000000000 --- a/dev-python/positional/positional-1.0.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_5 pypy ) - -inherit distutils-r1 - -DESCRIPTION="A decorator which enforces only some args may be passed positionally." -HOMEPAGE="https://github.com/morganfainberg/positional" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-1.6[${PYTHON_USEDEP}]" -RDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]" diff --git a/dev-python/positional/positional-1.1.1.ebuild b/dev-python/positional/positional-1.1.1.ebuild deleted file mode 100644 index a6a70cb65d72..000000000000 --- a/dev-python/positional/positional-1.1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="A decorator which enforces only some args may be passed positionally." -HOMEPAGE="https://github.com/morganfainberg/positional" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-1.6[${PYTHON_USEDEP}]" -RDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}] - dev-python/wrapt[${PYTHON_USEDEP}]" |