summaryrefslogtreecommitdiff
path: root/dev-python/vecrec
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-14 01:38:41 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-14 01:38:41 +0000
commit026742a1d924b9986b824a7085e9863df2bd2e77 (patch)
treea7d35f416733c586776f914380795edfe78f36ad /dev-python/vecrec
parent624c109254faff208bbe547b6703d646288c84e1 (diff)
downloadbaldeagleos-repo-026742a1d924b9986b824a7085e9863df2bd2e77.tar.gz
baldeagleos-repo-026742a1d924b9986b824a7085e9863df2bd2e77.tar.xz
baldeagleos-repo-026742a1d924b9986b824a7085e9863df2bd2e77.zip
Adding metadata
Diffstat (limited to 'dev-python/vecrec')
-rw-r--r--dev-python/vecrec/metadata.xml1
-rw-r--r--dev-python/vecrec/vecrec-0.3.0.ebuild8
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/vecrec/metadata.xml b/dev-python/vecrec/metadata.xml
index 8530833ba218..c53d693cf7ca 100644
--- a/dev-python/vecrec/metadata.xml
+++ b/dev-python/vecrec/metadata.xml
@@ -14,4 +14,5 @@
<bugs-to>https://github.com/kxgames/vecrec/issues</bugs-to>
</upstream>
<origin>gentoo-staging</origin>
+ <stabilize-allarches/>
</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/vecrec/vecrec-0.3.0.ebuild b/dev-python/vecrec/vecrec-0.3.0.ebuild
index 286181492676..4b1af1f714ad 100644
--- a/dev-python/vecrec/vecrec-0.3.0.ebuild
+++ b/dev-python/vecrec/vecrec-0.3.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{6,7,8,9,10} )
@@ -11,13 +11,13 @@ DESCRIPTION="2D vector and rectangle classes"
HOMEPAGE="https://github.com/kxgames/vecrec
https://pypi.org/project/vecrec/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
+LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"
distutils_enable_tests pytest
python_test() {
- pytest -vv tests || die "Tests fail with ${EPYTHON}"
+ epytest tests
}