dev-python/tekore: Version bump 1.4.0

Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-02 09:56:02 +01:00
parent 273b937d12
commit 3674408fc2
2 changed files with 2 additions and 10 deletions

View File

@@ -1 +1 @@
DIST tekore-1.3.0.tar.gz 185198 BLAKE2B fcc5b46493d06c7d4acbcc7dd6b3078a280ccbc8d0e53d721c0445add150a53e947f6dbfaab5dfff27a4fc651a36a49904c693a2d24f1d09b94c95e05c202624 SHA512 10fb189374cf2b0a09120ff3f7c59de96b2374d1d7583fec36247e909d3589fdbf0d1411cbd3e134700ab58f34fece5cee5b9dbca72a38619c1f8c23d338c170
DIST tekore-1.4.0.tar.gz 186665 BLAKE2B f3b06df721f76ac74e1dbe78292f94ab6f9d542031bbbb81e7ac7d4d55f2bd6607d136f5a8c0cadf86db95874e9dd99670567fe617b84f3ff8da5c741bc6dc15 SHA512 ba1036c6da0930c168f7f1112e671da3b1d0896d325a273d11120cd7c7515d1e680c8dfe855e7811928b381be769341d63aa87f32c6d992d30f45837ab51424d

View File

@@ -16,7 +16,7 @@ LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
distutils_enable_sphinx docs
distutils_enable_sphinx docs/src
# the enable_sphinx fucntion seems to act strange when there is only 1 PYTHON_COMPAT
# repoman says:
@@ -37,14 +37,6 @@ DOCS="readme.rst"
distutils_enable_tests pytest
python_prepare_all() {
# docs fail: AttributeError: 'PosixPath' object has no attribute 'rstrip'
sed -i -e 's:sys.path.insert(0, _root):#&:' \
docs/conf.py || die
distutils-r1_python_prepare_all
}
python_test() {
pytest -vv tests/* || die "Tests fail with ${EPYTHON}"
}