summaryrefslogtreecommitdiff
path: root/dev-python/construct
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-26 01:36:58 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-26 01:36:58 +0000
commit74295b09bfd56062f954a39a8f46b4200eeb064d (patch)
tree6dd1dc72d00980c0f9a172ad0821fccd9bc007d3 /dev-python/construct
parente8f5cd84f0501d0489c17152d9d39ed20ccf5139 (diff)
downloadbaldeagleos-repo-74295b09bfd56062f954a39a8f46b4200eeb064d.tar.gz
baldeagleos-repo-74295b09bfd56062f954a39a8f46b4200eeb064d.tar.xz
baldeagleos-repo-74295b09bfd56062f954a39a8f46b4200eeb064d.zip
Adding metadata
Diffstat (limited to 'dev-python/construct')
-rw-r--r--dev-python/construct/construct-2.10.67.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/construct/construct-2.10.67.ebuild b/dev-python/construct/construct-2.10.67.ebuild
index 38259bfd748d..577bba6f4eff 100644
--- a/dev-python/construct/construct-2.10.67.ebuild
+++ b/dev-python/construct/construct-2.10.67.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
inherit distutils-r1
DESCRIPTION="A powerful declarative parser for binary data"
@@ -25,9 +25,9 @@ BDEPEND="
distutils_enable_tests pytest
-python_test() {
- epytest --ignore tests/test_benchmarks.py
-}
+EPYTEST_IGNORE=(
+ tests/test_benchmarks.py
+)
pkg_postinst() {
ewarn "Version 2.10.x has significant API and implementation changes from"