mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/tekore: version bump 3.0.1
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST tekore-2.1.3.tar.gz 202522 BLAKE2B 2328116cf0d25e2c55e9f68c38064293bfb3e0d5361d02a7ed9f79a723ede54afeee2a355949ea619c56f02b242497a58044704197b757530cf51273b6970cc4 SHA512 d0895cdeee442bda19aecccd0cc2bd4022284972c535dac42d1aaa3c1e2b6676e9d80515cee44c555e6180b2b81a007fa43e77cb44f81c90e06aad6c6410d981
|
||||
DIST tekore-3.0.0.tar.gz 166551 BLAKE2B e463ace4140bd897053e93000abd5ea4604c11d6bcf4008faa4956dbdc69713d746da242a06681fb4a8138fe2e33c7193d2754a018eec1f5e4b5964090c90193 SHA512 644b2cf49614dfbd06bfa6dde45f01634f01b77eb3997f958962d38caa84c5ea580f224b8d529ec54fc1e4860244ee6f74b5eb163fcb534e0108bbc58f373f72
|
||||
DIST tekore-3.0.1.tar.gz 166629 BLAKE2B 7c79ccb5b5b336f09db70f5bd4ab4cd7c6839965117dba12bf75c23bc44d1a678a3348e1bbdf22e82ad25e458e344259c65be561de7913ec0a421551696407e4 SHA512 1217d6787d6f4be86a384eca4b2763be6229e14e8d53b3c304b5f88ad8ab785c6bd0c46f2305b539686eba5e5ee521d34ce18e3ab20d0946451c7d4d8bebd4f8
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
diff --git a/docs/src/conf.py b/docs/src/conf.py
|
||||
index c99ca4e..4f216f8 100644
|
||||
--- a/docs/src/conf.py
|
||||
+++ b/docs/src/conf.py
|
||||
@@ -3,7 +3,7 @@ import sys
|
||||
from pathlib import Path
|
||||
|
||||
_root = Path(os.path.realpath(__file__)).parent.parent.parent
|
||||
-sys.path.insert(0, _root)
|
||||
+sys.path.insert(0, str(_root))
|
||||
|
||||
|
||||
project = 'tekore'
|
||||
@@ -27,9 +27,6 @@ BDEPEND="test? (
|
||||
<dev-python/pytest-asyncio-0.15[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
# fixes bug in conf.py: 'PosixPath' object has no attribute 'rstrip'
|
||||
PATCHES=( "${FILESDIR}/${PN}-fix-docs-path.patch" )
|
||||
|
||||
DOCS="readme.rst"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user