summaryrefslogtreecommitdiff
path: root/dev-lang/python-exec
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-12-19 00:50:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-12-19 00:50:47 +0000
commitbcc6560e8797a12125f07484ee14e28eaeb7aad6 (patch)
treea6ed791e1a855e270db223a3fd0df2223fa04e2f /dev-lang/python-exec
parent5fff304c723371cacda6891bc62b5a505de7f39a (diff)
downloadbaldeagleos-repo-bcc6560e8797a12125f07484ee14e28eaeb7aad6.tar.gz
baldeagleos-repo-bcc6560e8797a12125f07484ee14e28eaeb7aad6.tar.xz
baldeagleos-repo-bcc6560e8797a12125f07484ee14e28eaeb7aad6.zip
Adding metadata
Diffstat (limited to 'dev-lang/python-exec')
-rw-r--r--dev-lang/python-exec/Manifest2
-rw-r--r--dev-lang/python-exec/metadata.xml2
-rw-r--r--dev-lang/python-exec/python-exec-2.4.10.ebuild (renamed from dev-lang/python-exec/python-exec-2.4.9.ebuild)6
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-lang/python-exec/Manifest b/dev-lang/python-exec/Manifest
index 676993dd9431..a0da4c5e163e 100644
--- a/dev-lang/python-exec/Manifest
+++ b/dev-lang/python-exec/Manifest
@@ -1 +1 @@
-DIST python-exec-2.4.9.tar.bz2 84300 BLAKE2B 77ad193f2602db392830eb4e2632562cfa1ca09bdc710e35dc141a036230ac21e63a51d297184740d85e6c3be8cb4b7ffefef270e51533ff15250f474437a52e SHA512 ad520dc7724bc71629e238226cd795214860e0a090a065dc85f782e6bd86c30ba46d58cb80d46221f4ff4a146332244b6670335a8f31f630088f477588ed8293
+DIST python-exec-2.4.10.tar.bz2 84412 BLAKE2B 1fe79e0d31a48954959a5556f96c3868fcf762ebc473d17f03e78a95cca83ab40b4933b7e42bc5751b0546e6229f9fdde9171c3fcbdd184f993536f944870491 SHA512 8c7d3c6b1fa362c8c97ec74ee01b5a195dc409d883408033e9709773b6059deb5291f6e63df6d9a4e42a0951aad4a1d513d4baa00ad9ff3dce3e1d2d38b694e1
diff --git a/dev-lang/python-exec/metadata.xml b/dev-lang/python-exec/metadata.xml
index 84da6cc947df..243f6dc1fb7f 100644
--- a/dev-lang/python-exec/metadata.xml
+++ b/dev-lang/python-exec/metadata.xml
@@ -10,7 +10,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://github.com/mgorny/python-exec/issues/</bugs-to>
+ <bugs-to>https://github.com/projg2/python-exec/issues/</bugs-to>
</upstream>
<use>
<flag name="native-symlinks">
diff --git a/dev-lang/python-exec/python-exec-2.4.9.ebuild b/dev-lang/python-exec/python-exec-2.4.10.ebuild
index 6216dccdc420..c750c5453777 100644
--- a/dev-lang/python-exec/python-exec-2.4.9.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.10.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
inherit python-any-r1
DESCRIPTION="Python script wrapper"
-HOMEPAGE="https://github.com/mgorny/python-exec/"
-SRC_URI="https://github.com/mgorny/python-exec/releases/download/v${PV}/${P}.tar.bz2"
+HOMEPAGE="https://github.com/projg2/python-exec/"
+SRC_URI="https://github.com/projg2/python-exec/releases/download/v${PV}/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="2"
@@ -26,7 +26,7 @@ BDEPEND="
)"
python_check_deps() {
- has_version -b "dev-python/pytest[${PYTHON_USEDEP}]"
+ python_has_version -b "dev-python/pytest[${PYTHON_USEDEP}]"
}
pkg_setup() {