dev-python/pyparted-999999: Add py38, enable tests
authorPatrick McLean <chutzpah@gentoo.org>
Wed, 5 Feb 2020 23:45:41 +0000 (15:45 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Wed, 5 Feb 2020 23:46:09 +0000 (15:46 -0800)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-python/pyparted/pyparted-999999.ebuild

index 9a99955ada2326cb6ded7bc51c2c9ae3697ad8fd..edc745ca9d65e6facb9397a507270b85b007250a 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,8} )
 inherit distutils-r1 flag-o-matic git-r3
 
 DESCRIPTION="Python bindings for sys-block/parted"
@@ -21,7 +21,8 @@ DEPEND="
        ${RDEPEND}
        virtual/pkgconfig
 "
-RESTRICT="test"
+
+distutils_enable_tests unittest
 
 src_configure() {
        append-cflags -fcommon