summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-08-25 00:30:15 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-08-25 00:30:15 +0000
commitbb61a5ad18d387fe9f00907dfff41dfadfeaedd5 (patch)
tree8c3a0768a65ef62d30a2c2fa8d9d0f5a3865d523 /dev-python
parentf5e3ce9dc0b3d5f2b718b18618e7e78676b249e7 (diff)
downloadbaldeagleos-repo-bb61a5ad18d387fe9f00907dfff41dfadfeaedd5.tar.gz
baldeagleos-repo-bb61a5ad18d387fe9f00907dfff41dfadfeaedd5.tar.xz
baldeagleos-repo-bb61a5ad18d387fe9f00907dfff41dfadfeaedd5.zip
Updating liguros repo
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/configargparse/configargparse-1.2.3.ebuild6
-rw-r--r--dev-python/consonance/consonance-0.1.3-r1.ebuild (renamed from dev-python/consonance/consonance-0.1.3.ebuild)7
-rw-r--r--dev-python/dissononce/dissononce-0.34.3-r1.ebuild (renamed from dev-python/dissononce/dissononce-0.34.3.ebuild)16
-rw-r--r--dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild3
-rw-r--r--dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild (renamed from dev-python/python-axolotl/python-axolotl-0.2.3.ebuild)6
-rw-r--r--dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild (renamed from dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild)2
-rw-r--r--dev-python/transitions/transitions-0.8.2-r1.ebuild (renamed from dev-python/transitions/transitions-0.8.2.ebuild)4
7 files changed, 13 insertions, 31 deletions
diff --git a/dev-python/configargparse/configargparse-1.2.3.ebuild b/dev-python/configargparse/configargparse-1.2.3.ebuild
index 332ac58b7ed8..44974f68d724 100644
--- a/dev-python/configargparse/configargparse-1.2.3.ebuild
+++ b/dev-python/configargparse/configargparse-1.2.3.ebuild
@@ -13,7 +13,6 @@ inherit distutils-r1
DESCRIPTION="Drop-in replacement for argparse supporting config files and env variables"
HOMEPAGE="https://github.com/bw2/ConfigArgParse https://pypi.org/project/ConfigArgParse/"
SRC_URI="https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
-S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
@@ -21,8 +20,9 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
-BDEPEND="
- test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
+BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
python_test() {
local -x COLUMNS=80
diff --git a/dev-python/consonance/consonance-0.1.3.ebuild b/dev-python/consonance/consonance-0.1.3-r1.ebuild
index 9e3c607eb91e..1d6420425b85 100644
--- a/dev-python/consonance/consonance-0.1.3.ebuild
+++ b/dev-python/consonance/consonance-0.1.3-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS="bdepend"
PYTHON_COMPAT=( python3_{5,6,7,8,9} )
inherit distutils-r1
@@ -29,11 +30,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}
+distutils_enable_tests pytest
src_install() {
distutils-r1_src_install
diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild b/dev-python/dissononce/dissononce-0.34.3-r1.ebuild
index 3df651aa70e6..40e73b1dacfc 100644
--- a/dev-python/dissononce/dissononce-0.34.3.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS="bdepend"
PYTHON_COMPAT=( python3_{5,6,7,8,9} )
inherit distutils-r1
@@ -16,27 +17,16 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="examples test"
-# Currently no tests are available,
-# they will be added in future by upstream.
-RESTRICT="test"
-
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/transitions[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${P}-fix-test-requirements.patch" )
-python_test() {
- esetup.py test
-}
+distutils_enable_tests pytest
src_install() {
distutils-r1_src_install
diff --git a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
index 706fbda0600a..c8869f219b32 100644
--- a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
+++ b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS="bdepend"
PYTHON_COMPAT=( python3_{5,6,7,8,9} )
inherit distutils-r1
@@ -17,6 +18,4 @@ LICENSE="BSD GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
S="${WORKDIR}/${PN}-${MY_PV}"
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild
index c29a3f9906b7..ddc0ff136947 100644
--- a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS="bdepend"
PYTHON_COMPAT=( python3_{5,6,7,8,9} )
inherit distutils-r1
@@ -21,8 +22,5 @@ RDEPEND="
dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-python_test() {
- esetup.py test
-}
+distutils_enable_tests pytest
diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild
index bf4ad2db2df1..85d9944ae4dd 100644
--- a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild
+++ b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS="bdepend"
PYTHON_COMPAT=( python3_{5,6,7,8,9} )
inherit distutils-r1
@@ -22,4 +23,3 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/transitions/transitions-0.8.2.ebuild b/dev-python/transitions/transitions-0.8.2-r1.ebuild
index c22d1ea5dc1a..186042544662 100644
--- a/dev-python/transitions/transitions-0.8.2.ebuild
+++ b/dev-python/transitions/transitions-0.8.2-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS="bdepend"
PYTHON_COMPAT=( python3_{5,6,7,8,9} )
inherit distutils-r1
@@ -30,12 +31,9 @@ DEPEND="
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pycodestyle[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
)
"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
distutils_enable_tests pytest
src_install() {