summaryrefslogtreecommitdiff
path: root/dev-python/pystache
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-08 22:31:44 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-08 22:31:44 +0100
commit07e5258263817a33e6c141c7f2626f909688bdb1 (patch)
tree672db8f3d96096edfd3ef013d3869640a9856a0d /dev-python/pystache
parent5e2dc8e9ee14034d872c67b64a63af413f63ad47 (diff)
gentoo auto-resync : 08:09:2023 - 22:31:44
Diffstat (limited to 'dev-python/pystache')
-rw-r--r--dev-python/pystache/Manifest2
-rw-r--r--dev-python/pystache/pystache-0.6.5.ebuild14
2 files changed, 15 insertions, 1 deletions
diff --git a/dev-python/pystache/Manifest b/dev-python/pystache/Manifest
index dec33af7ce87..eea9ee55730a 100644
--- a/dev-python/pystache/Manifest
+++ b/dev-python/pystache/Manifest
@@ -1,5 +1,5 @@
DIST pystache-0.6.1.gh.tar.gz 279050 BLAKE2B 2c61ba260764aa4bf62039bfe1f844d34e26adc29af2f1e1d98619892bfabd3151aa1d34c69596389a68f0d84ce994ddf7114c091d42b497a17b300a5aff36cc SHA512 516d286f84d2c77650550365f6b219acb712376f0b7302fff2aba7dee4d64e3d3fc2d781782777dd37093f6debf52f9d2a40b6ed8b65aa5f7025ff762cb5efae
DIST pystache-0.6.5.gh.tar.gz 272484 BLAKE2B 8b82aa8922480019e4833333f83d767ef19a1505e2fc708fef0d01c08353b5e600a077c1e86e36c412680381ff6fd310f83857038f383b8218b72269b4e5349b SHA512 e3054e0bff5c3bc6679bf22555dd3cfb2f31b241484c7e6201d37b7767a22f2f842912e3f61d8e2e2858615a4f99ef4192d885b60f84dfeffa1408370ccfba75
EBUILD pystache-0.6.1.ebuild 855 BLAKE2B 0d9dd909ac0325f5bfde6223bea8be023847bac85860bc8a12fc66b2f211470d00f2d3db5ae18f4f061f8ae256d4c34bb16312bf4460ae38f7da59cc999e5b85 SHA512 e794769e1798edc59c02c319ddc1d52b4ba5364ba11a3be74dc23b93bb28f119085bbc303e8edc2b1f39442f6e42a8629ab8f8a509c80385d6e9133047a6862e
-EBUILD pystache-0.6.5.ebuild 776 BLAKE2B ab017fd8d396a20f7b412abe42e806f2f2be3d12337fb09a11cdbab2a2d65f66b171e9d7135da84e2fa05adbd17522b8f77a904039865e93e9af4d0d5b32dacc SHA512 cd8695d176494b177cfbcc5a44ef59db6cb4343a6ddbd16205843658c26144f3bb93578847200cb8924d7f98a34c84a488a65e60fe5e62ee782c8dbfdd1b788d
+EBUILD pystache-0.6.5.ebuild 1095 BLAKE2B a28156f9512bec3a0c8017cc7b8aedcf01802f5c4efccfd06fa5296dbdcb8f74c1aea08855f6050a4c22b05b7a83db0aa02a1412e0aae262237fc80686914eca SHA512 d4e09e773cd8dbbd1fb0e74cc383dbc84ee8531fe04d62c0bed6b602474d6b62f41025642373d406f31d51dcffa7a70ba23f43274fac9e3f8d4409216d9c0682
MISC metadata.xml 692 BLAKE2B a4c6b4b29ac3976d0dd7cc01862d9e759314cd45e94b85788b4a8975bbf3785f9b75c06217fecfe3817c281331dc58aaba6015638a60b38614d5d62a60b31b6a SHA512 b0513af48c0691931b53becc62f2089ca9b394da79bd68be6892a58f0b1498a4fe7c6ff4a372160639fb5e59d32759d926235c202319affbd9e3a64ad29a2668
diff --git a/dev-python/pystache/pystache-0.6.5.ebuild b/dev-python/pystache/pystache-0.6.5.ebuild
index c10cd9359cc2..3c70a630edb7 100644
--- a/dev-python/pystache/pystache-0.6.5.ebuild
+++ b/dev-python/pystache/pystache-0.6.5.ebuild
@@ -30,9 +30,23 @@ LICENSE="MIT"
SLOT="0"
BDEPEND="
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
dev-python/pyyaml[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
+
+distutils_enable_sphinx \
+ docs/source \
+ dev-python/sphinx-rtd-theme \
+ dev-python/recommonmark \
+ dev-python/sphinxcontrib-apidoc
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+src_prepare() {
+ sed -i '/sphinx_git/d' "${S}"/setup.cfg "${S}"/docs/source/conf.py
+ default
+}