diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-04 23:50:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-04 23:50:52 +0200 |
commit | 9c684d34078c6f7190a282f26f0e479389693bb1 (patch) | |
tree | 809835b3818468ed7402fa0a404834a067fb54a0 /dev-python/resolvelib | |
parent | dev-python/pyenchant: Remove old (diff) | |
download | gentoo-9c684d34078c6f7190a282f26f0e479389693bb1.tar.gz gentoo-9c684d34078c6f7190a282f26f0e479389693bb1.tar.bz2 gentoo-9c684d34078c6f7190a282f26f0e479389693bb1.zip |
dev-python/resolvelib: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/resolvelib')
-rw-r--r-- | dev-python/resolvelib/Manifest | 2 | ||||
-rw-r--r-- | dev-python/resolvelib/resolvelib-0.6.0.ebuild | 20 | ||||
-rw-r--r-- | dev-python/resolvelib/resolvelib-0.7.0.ebuild | 20 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/resolvelib/Manifest b/dev-python/resolvelib/Manifest index 8351848d2614..abe167476e97 100644 --- a/dev-python/resolvelib/Manifest +++ b/dev-python/resolvelib/Manifest @@ -1,4 +1,2 @@ DIST resolvelib-0.5.4.tar.gz 14474 BLAKE2B d1424bf6a019e16e9b662741b6c089258bfef26d5bffcfc9e0c8d9ba105b689654fdce7bf9068f71c49a2ce590f05c16b93c53bbe468fc1a339e7fa489adece2 SHA512 cb027c5478c217f6f8288b42a933665aaf6e59280e7aa88a25f6594e589e34ac2b75734764e331d0889ad9cf0c60b8cbdfa14b01dce023a76870bb21cfc4d926 -DIST resolvelib-0.6.0.tar.gz 16471 BLAKE2B 2cc7b616d1818588070e84f42c195b828f32da374b5cfe16d89ae0e32bf6d8bf0fca37065f570f1ddf4e769b9eab5cc3082ada1a1d907f258e099c45072d3f2c SHA512 7d73d9368783bf5657b95c19470d4e8c444bfce3902fd986f80f5ad44d04f486046113c540c879601bcc29a420630a74117bb5f6b77ad28fed75c94769deeac4 -DIST resolvelib-0.7.0.tar.gz 16439 BLAKE2B 5e48f3b5618b84498ec5646e4ef502c9cf1ba6ec720ea450064983d26c8890a6399839261f92a471bb5f235c6c7d976bd7a1c0e2ccc29ba51c0fdb740ce607a6 SHA512 4cfc4ca58c3308209b4fc5c96e8e379a3ec897943493478cdd5b63a6edc21c7c416877eb3ce12954be98131e5f37a9727d753347414790c625284a8e9dc393ea DIST resolvelib-0.7.1.gh.tar.gz 764630 BLAKE2B 32c50ef0a16e07716f18994efe4b2bd212a2ee5068ff155526e17358e3bbe4c92c4d59817c17de152882a738c924c7f5ba389d2a7d13ee1b2dc0de54e8175c3b SHA512 de5c1c29790ce1eb4393021f17f1a19a0f2de29e5d8688fc307e412d80052319b822bb24fceca47fe550e21393ee38d58fa6e6cfefd207b7a88b632b9670d282 diff --git a/dev-python/resolvelib/resolvelib-0.6.0.ebuild b/dev-python/resolvelib/resolvelib-0.6.0.ebuild deleted file mode 100644 index 2535428a3c16..000000000000 --- a/dev-python/resolvelib/resolvelib-0.6.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) -DISTUTILS_USE_SETUPTOOLS=bdepend -inherit distutils-r1 - -DESCRIPTION="provides a Resolver class that includes dependency resolution logic" -HOMEPAGE="https://github.com/sarugaku/resolvelib" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" diff --git a/dev-python/resolvelib/resolvelib-0.7.0.ebuild b/dev-python/resolvelib/resolvelib-0.7.0.ebuild deleted file mode 100644 index 2535428a3c16..000000000000 --- a/dev-python/resolvelib/resolvelib-0.7.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) -DISTUTILS_USE_SETUPTOOLS=bdepend -inherit distutils-r1 - -DESCRIPTION="provides a Resolver class that includes dependency resolution logic" -HOMEPAGE="https://github.com/sarugaku/resolvelib" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" |