commit:     3674408fc211308448284897f82f54ba77fb2b32
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar  2 08:56:02 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar  2 08:56:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3674408f

dev-python/tekore: Version bump 1.4.0

Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/tekore/Manifest                                     |  2 +-
 dev-python/tekore/{tekore-1.3.0.ebuild => tekore-1.4.0.ebuild} | 10 +---------
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index 089033f..d40fc42 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -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

diff --git a/dev-python/tekore/tekore-1.3.0.ebuild 
b/dev-python/tekore/tekore-1.4.0.ebuild
similarity index 83%
rename from dev-python/tekore/tekore-1.3.0.ebuild
rename to dev-python/tekore/tekore-1.4.0.ebuild
index 7f8ce98..a962f19 100644
--- a/dev-python/tekore/tekore-1.3.0.ebuild
+++ b/dev-python/tekore/tekore-1.4.0.ebuild
@@ -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}"
 }

Reply via email to