summaryrefslogtreecommitdiff
path: root/dev-python/pystache
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-30 16:35:43 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-30 16:35:43 -0500
commit719f34f1b995c87fcee57237cdbc4f7b4ee21b51 (patch)
tree9d29fb8faa9fd4f9e485181f5bae5d28d51c69cd /dev-python/pystache
parent12f44434dede883e1d33b5470fb17a1b873107cd (diff)
downloadbaldeagleos-repo-719f34f1b995c87fcee57237cdbc4f7b4ee21b51.tar.gz
baldeagleos-repo-719f34f1b995c87fcee57237cdbc4f7b4ee21b51.tar.xz
baldeagleos-repo-719f34f1b995c87fcee57237cdbc4f7b4ee21b51.zip
Adding metadata
Diffstat (limited to 'dev-python/pystache')
-rw-r--r--dev-python/pystache/Manifest2
-rw-r--r--dev-python/pystache/pystache-0.6.8.ebuild10
2 files changed, 4 insertions, 8 deletions
diff --git a/dev-python/pystache/Manifest b/dev-python/pystache/Manifest
index f9f4266a5002..1edf7a3ca394 100644
--- a/dev-python/pystache/Manifest
+++ b/dev-python/pystache/Manifest
@@ -1 +1 @@
-DIST pystache-0.6.8.gh.tar.gz 273350 BLAKE2B 55ca9cca131dbd61cb30b3cf37d677069f721f6ff80d8452b3abc51b76e5963a0bb68c35caa3afe4ad0cb0071e91866b7342eb01c636f39689bdecb38a91e6fc SHA512 b2eecabdc39f86713b4f3387b4a80afaa0a80ecc0a34482e3d9341467660666a7bdcd83d21fc9fd3b61a764a1c840a5ba8041f9a66a3b130c849e8bd8cf1f9b5
+DIST pystache-0.6.8.tar.gz 101892 BLAKE2B 5c7387771d9cd3222d5c4a22c5f9f4fc77f8e3d8a0a5a65f8924735066bfdbcfc344527df772a3055267fb265d771c6a16c75464379d5568647e06f908affe86 SHA512 ca8bbd389724243f81b19b4cf0fc654f292a9d0cba00d7b3cc5d1266f29d93a94db4063dbe87088a34e933ec272bdabfe477596fdae408570d65beda4c4fe3ae
diff --git a/dev-python/pystache/pystache-0.6.8.ebuild b/dev-python/pystache/pystache-0.6.8.ebuild
index 3f81647f384f..4cc90b61da82 100644
--- a/dev-python/pystache/pystache-0.6.8.ebuild
+++ b/dev-python/pystache/pystache-0.6.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,10 +19,7 @@ if [[ ${PV} = 9999* ]]; then
EGIT_BRANCH="master"
inherit git-r3
else
- SRC_URI="
- https://github.com/PennyDreadfulMTG/pystache/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
- "
+ inherit pypi
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
@@ -36,6 +33,5 @@ BDEPEND="
)
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}