dev-python/fiblary3: remove olds, cleanup, enable pytest
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
DIST fiblary3-0.1.7.tar.gz 28474 BLAKE2B e5a4bb032e9a9459163778ed05e1684f5bb626ad71d13aa3ca9727b1accf321863ad16f7baa5f54898f14cfbdd68574452a5f2a72931dba0a7521fd5d1595564 SHA512 3f4de457d6b15a5c1936c05b423668ae29c7635be5b2727cd1b18cf8cbeb89b0d118e4a7252a1434f0a3b3c3de44528b640f7420eaebd4f4d4a42d9f2d02ff06
|
||||
DIST fiblary3-0.1.8.tar.gz 35259 BLAKE2B 7d4459a5777434fc55bd5713b077fcdd715bf3580d09bcfd5e5cf5c17fdd101cb62adaf6c22e52d01ef9934622c5fe0af69a2abe4ea6272a2ca9648719c7a246 SHA512 d0154fb4f963c5144b37c4c74f2256c578911f9b1110821490318e4b13f52579b2db33c742073cc27082d48190385edbf344b3e5a864e18aab10b3e507bb1384
|
||||
EBUILD fiblary3-0.1.7.ebuild 699 BLAKE2B 769223a1b3e307f796802598e38238564cec80344cb7c18f658420d0a5a4d2efd901833d64503e978de2245469f81a8c04b2917ec0fc9a4dedf077923fba8e96 SHA512 9f488e3339f2c21ccf456085c0bba77361e2782a7f98839102931ac1067954eafa1109f635e3ee7832ddc290a99ed226a05d9c5116763b9b9d1d5d20ef518291
|
||||
EBUILD fiblary3-0.1.8.ebuild 700 BLAKE2B 045a60445abc426c0e711ea6813049639e5040f548fb70fcae21d7385b0b05311dc1f46d1090b4c098f94c0cac8e2702ec3001e66e999157472ccd878a3b1ff6 SHA512 20be9b6424fdba2767349a9ca9b296b8b59a5039649f20dbd2c4544cdfcf776d3c7d25a8e24afc222d7639b3a9ebc0b80b1fb51c0331431ca2414f07a3f38c38
|
||||
EBUILD fiblary3-0.1.8.ebuild 707 BLAKE2B 871643a10e8afaa44ff667ec5d401b29c871652c1a8f3559c51daecc347fd80b42e8892234088cdbba10cf6e3dc0cfe20dad02b84c0bcef8445f723d7de3fcd2 SHA512 c1dd9397443894f60ddb212a2156d2a49a376ddff831d34a615aab8e9869b209bd60d087f9ebbcc5a699334cb5f3dbdbbdc4b5f8c33486fe98a2759febdf8d02
|
||||
MISC metadata.xml 456 BLAKE2B d6df627038e43b084c05093cacf7b4eb0b5357741c949efe7a71650c7e76df737518f24ed6d658f73102eacba860b617494703ed46b2a2ce48746c049d1dca84 SHA512 96ebee4fa2301cd926182d895516a2b08c0bbd8f0033159f4f211847e83fe4002904f47dbe07fcbadde58e2450724e12eb8bd9d23d0cf3a52aca6dadb3af001a
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Home Center 2 API Python Library"
|
||||
HOMEPAGE="https://github.com/pbalogh/fiblary https://pypi.org/project/fiblary3/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -31,3 +31,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Reference in New Issue
Block a user