summaryrefslogtreecommitdiff
path: root/dev-python/python-redmine/python-redmine-2.4.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-18 08:39:31 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-18 08:39:31 +0000
commit0b60139c1e4fda41e973c047011110a9c0ade8bc (patch)
treeb9184d1304bb95a6e261267d79fd4ebb54810b2f /dev-python/python-redmine/python-redmine-2.4.0.ebuild
parent62e483dc1fc2d4079d081806786a6f4f1245bc4e (diff)
downloadbaldeagleos-repo-0b60139c1e4fda41e973c047011110a9c0ade8bc.tar.gz
baldeagleos-repo-0b60139c1e4fda41e973c047011110a9c0ade8bc.tar.xz
baldeagleos-repo-0b60139c1e4fda41e973c047011110a9c0ade8bc.zip
Adding metadata
Diffstat (limited to 'dev-python/python-redmine/python-redmine-2.4.0.ebuild')
-rw-r--r--dev-python/python-redmine/python-redmine-2.4.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/python-redmine/python-redmine-2.4.0.ebuild b/dev-python/python-redmine/python-redmine-2.4.0.ebuild
new file mode 100644
index 000000000000..1e79ec76fe8c
--- /dev/null
+++ b/dev-python/python-redmine/python-redmine-2.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface to the Redmine REST API"
+HOMEPAGE="
+ https://github.com/maxtepkeev/python-redmine/
+ https://pypi.org/project/python-redmine/
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-python/requests-2.28.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -o addopts=
+}