diff options
author | Horea Christian <chr@chymera.eu> | 2024-08-02 01:27:40 -0400 |
---|---|---|
committer | Horea Christian <chr@chymera.eu> | 2024-08-02 01:27:40 -0400 |
commit | 8ff78b4659f3378fe50c7b2c25dd7073949462cd (patch) | |
tree | ff64b92a9ac497bff0ce65959645d20bbc22c5f2 /dev-python | |
parent | dev-python/annexremote: version bump (diff) | |
download | sci-8ff78b4659f3378fe50c7b2c25dd7073949462cd.tar.gz sci-8ff78b4659f3378fe50c7b2c25dd7073949462cd.tar.bz2 sci-8ff78b4659f3378fe50c7b2c25dd7073949462cd.zip |
dev-python/annexremote: drop 1.5.0, 1.6.0
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/annexremote/Manifest | 2 | ||||
-rw-r--r-- | dev-python/annexremote/annexremote-1.5.0.ebuild | 25 | ||||
-rw-r--r-- | dev-python/annexremote/annexremote-1.6.0.ebuild | 25 |
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/annexremote/Manifest b/dev-python/annexremote/Manifest index 99145a13c..24005e3bc 100644 --- a/dev-python/annexremote/Manifest +++ b/dev-python/annexremote/Manifest @@ -1,3 +1 @@ -DIST annexremote-1.5.0.tar.gz 73544 BLAKE2B f5b528faf3d390f9bba6fb97768318ab04224cf05941a2606d49edda7bde30d743bf8e492f277986c0eda62f4000e1446e048d932df436cc2075b1f3e536c7d2 SHA512 7307f5ead82d449eda8b27a83f314b112bfe243a50f556397aed0f563452db6b4ba06b68aacaa27ff722ec9ccd2bdc489a3a8f4f3d849354757bd2fff8ae50d0 -DIST annexremote-1.6.0.tar.gz 74199 BLAKE2B 27956c5ea4789a1bd22bfabe6e0da8a5c8700ba50c3c28610b364d6b358f195124667381094c7786a825fae4464a340b36fd61cd09956477101c7bfd54ba8166 SHA512 1320e06fb3bebe65cce872af6adfb702d9d44cad1671ab8fd432137eb44f22cbd35744b889f11900379da2512fb79da0972c0326fcf3e51c6a404fe497e20ea4 DIST annexremote-1.6.5.gh.tar.gz 49349 BLAKE2B 226c80c41205da14f03b69d94142f5d39abad46aaa8bb84bbb98a83aa0bdc03df908316f3bef0ef6c425d775dc6b63732319bbec8c7ddffbbfcb3b55b84a8f8c SHA512 067d7371ddb0955ad95e208f5bfc22e5c9d3ba48a694794da0eeab6c2fd5523d32ff4bf53b7e33ecefb86629a1395d29d7e30e2b09880ced295745431acd178d diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild b/dev-python/annexremote/annexremote-1.5.0.ebuild deleted file mode 100644 index c2fc5bb4f..000000000 --- a/dev-python/annexremote/annexremote-1.5.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) -inherit distutils-r1 pypi - -DESCRIPTION="Helper module to easily develop git-annex remotes" -HOMEPAGE="https://github.com/Lykos153/AnnexRemote" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" -# Tests require nose, reported upstream: -# https://github.com/Lykos153/AnnexRemote/issues/61 -RESTRICT="test" - -python_install_all() { - distutils-r1_python_install_all - dodoc README.md - use examples && dodoc -r examples -} diff --git a/dev-python/annexremote/annexremote-1.6.0.ebuild b/dev-python/annexremote/annexremote-1.6.0.ebuild deleted file mode 100644 index c2fc5bb4f..000000000 --- a/dev-python/annexremote/annexremote-1.6.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) -inherit distutils-r1 pypi - -DESCRIPTION="Helper module to easily develop git-annex remotes" -HOMEPAGE="https://github.com/Lykos153/AnnexRemote" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" -# Tests require nose, reported upstream: -# https://github.com/Lykos153/AnnexRemote/issues/61 -RESTRICT="test" - -python_install_all() { - distutils-r1_python_install_all - dodoc README.md - use examples && dodoc -r examples -} |