Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
Date: Mon, 02 Mar 2020 08:56:19
Message-Id: 1583139362.3674408fc211308448284897f82f54ba77fb2b32.andrewammerlaan@gentoo
1 commit: 3674408fc211308448284897f82f54ba77fb2b32
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Mar 2 08:56:02 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Mar 2 08:56:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3674408f
7
8 dev-python/tekore: Version bump 1.4.0
9
10 Package-Manager: Portage-2.3.90, Repoman-2.3.20
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/tekore/Manifest | 2 +-
14 dev-python/tekore/{tekore-1.3.0.ebuild => tekore-1.4.0.ebuild} | 10 +---------
15 2 files changed, 2 insertions(+), 10 deletions(-)
16
17 diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
18 index 089033f..d40fc42 100644
19 --- a/dev-python/tekore/Manifest
20 +++ b/dev-python/tekore/Manifest
21 @@ -1 +1 @@
22 -DIST tekore-1.3.0.tar.gz 185198 BLAKE2B fcc5b46493d06c7d4acbcc7dd6b3078a280ccbc8d0e53d721c0445add150a53e947f6dbfaab5dfff27a4fc651a36a49904c693a2d24f1d09b94c95e05c202624 SHA512 10fb189374cf2b0a09120ff3f7c59de96b2374d1d7583fec36247e909d3589fdbf0d1411cbd3e134700ab58f34fece5cee5b9dbca72a38619c1f8c23d338c170
23 +DIST tekore-1.4.0.tar.gz 186665 BLAKE2B f3b06df721f76ac74e1dbe78292f94ab6f9d542031bbbb81e7ac7d4d55f2bd6607d136f5a8c0cadf86db95874e9dd99670567fe617b84f3ff8da5c741bc6dc15 SHA512 ba1036c6da0930c168f7f1112e671da3b1d0896d325a273d11120cd7c7515d1e680c8dfe855e7811928b381be769341d63aa87f32c6d992d30f45837ab51424d
24
25 diff --git a/dev-python/tekore/tekore-1.3.0.ebuild b/dev-python/tekore/tekore-1.4.0.ebuild
26 similarity index 83%
27 rename from dev-python/tekore/tekore-1.3.0.ebuild
28 rename to dev-python/tekore/tekore-1.4.0.ebuild
29 index 7f8ce98..a962f19 100644
30 --- a/dev-python/tekore/tekore-1.3.0.ebuild
31 +++ b/dev-python/tekore/tekore-1.4.0.ebuild
32 @@ -16,7 +16,7 @@ LICENSE="MIT"
33 KEYWORDS="~amd64 ~x86"
34 SLOT="0"
35
36 -distutils_enable_sphinx docs
37 +distutils_enable_sphinx docs/src
38
39 # the enable_sphinx fucntion seems to act strange when there is only 1 PYTHON_COMPAT
40 # repoman says:
41 @@ -37,14 +37,6 @@ DOCS="readme.rst"
42
43 distutils_enable_tests pytest
44
45 -python_prepare_all() {
46 - # docs fail: AttributeError: 'PosixPath' object has no attribute 'rstrip'
47 - sed -i -e 's:sys.path.insert(0, _root):#&:' \
48 - docs/conf.py || die
49 -
50 - distutils-r1_python_prepare_all
51 -}
52 -
53 python_test() {
54 pytest -vv tests/* || die "Tests fail with ${EPYTHON}"
55 }