commit: 90a3d14b6a6418040654ed66497646d2e172f5df
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Aug 2 05:26:55 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Aug 2 05:26:55 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=90a3d14b
dev-python/annexremote: version bump
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/annexremote/annexremote-1.5.0.ebuild | 2 +-
dev-python/annexremote/annexremote-1.6.0.ebuild | 2 +-
.../{annexremote-1.5.0.ebuild => annexremote-1.6.5.ebuild} | 12 +++++++-----
3 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild
b/dev-python/annexremote/annexremote-1.5.0.ebuild
index a6dacd5c9..c2fc5bb4f 100644
--- a/dev-python/annexremote/annexremote-1.5.0.ebuild
+++ b/dev-python/annexremote/annexremote-1.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION="Helper module to easily develop git-annex remotes"
diff --git a/dev-python/annexremote/annexremote-1.6.0.ebuild
b/dev-python/annexremote/annexremote-1.6.0.ebuild
index a6dacd5c9..c2fc5bb4f 100644
--- a/dev-python/annexremote/annexremote-1.6.0.ebuild
+++ b/dev-python/annexremote/annexremote-1.6.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION="Helper module to easily develop git-annex remotes"
diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild
b/dev-python/annexremote/annexremote-1.6.5.ebuild
similarity index 66%
copy from dev-python/annexremote/annexremote-1.5.0.ebuild
copy to dev-python/annexremote/annexremote-1.6.5.ebuild
index a6dacd5c9..8397d547c 100644
--- a/dev-python/annexremote/annexremote-1.5.0.ebuild
+++ b/dev-python/annexremote/annexremote-1.6.5.ebuild
@@ -4,22 +4,24 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1 pypi
+PYTHON_COMPAT=( python3_{10..13} )
+inherit distutils-r1
DESCRIPTION="Helper module to easily develop git-annex remotes"
HOMEPAGE="https://github.com/Lykos153/AnnexRemote"
+SRC_URI="https://github.com/Lykos153/AnnexRemote/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
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
}
+
+S="${WORKDIR}/AnnexRemote-${PV}"
+
+distutils_enable_tests pytest