diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-20 01:43:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-20 01:43:08 +0000 |
| commit | 16792718a745ca7166ea9c37ec61b56347ab4e1a (patch) | |
| tree | e29ce96fc123d9c842c384872fc803b69dabf777 /dev-python/libversion | |
| parent | 7124080a9e34c08feffecc27c8f97a04017576fc (diff) | |
| download | baldeagleos-repo-16792718a745ca7166ea9c37ec61b56347ab4e1a.tar.gz baldeagleos-repo-16792718a745ca7166ea9c37ec61b56347ab4e1a.tar.xz baldeagleos-repo-16792718a745ca7166ea9c37ec61b56347ab4e1a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/libversion')
| -rw-r--r-- | dev-python/libversion/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/libversion/libversion-1.2.4.ebuild (renamed from dev-python/libversion/libversion-1.2.2.ebuild) | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/libversion/Manifest b/dev-python/libversion/Manifest index 0ef12822f3df..329bc09c3643 100644 --- a/dev-python/libversion/Manifest +++ b/dev-python/libversion/Manifest @@ -1,2 +1,2 @@ -DIST libversion-1.2.2.tar.gz 11117 BLAKE2B 30eecb64b74e88701799121b55b883343723fcc22cb81a10e20d8819853bd5dd14204464bedde4f568a779f13638571d89fbe19de0b023b7bbfd94d54bc5d37a SHA512 9779837117a5ecbde61bda5228a63db1592ae8a7b6632efeac9104d064d6d78ab47ce1d546107204809593c2471d87369b1191f5c0af87f5061445247eceabc9 DIST libversion-1.2.3.tar.gz 7777 BLAKE2B 450851b7438ab673bab82845ce829f00fe28a787021138392dd60f649a227a9c827cd842d17e644037709e696dc0b9edd32b701264f7231e4d3f7fd21f09476d SHA512 921f736866af54b06188843b3619ee1778d4fd48d5d83e3059d36c55372cbe2febdf63c8258710a8c567ffd7b5adb241123641193a6d6f7156be6c67ab829970 +DIST libversion-1.2.4.tar.gz 8389 BLAKE2B 998b1a1d1e1666a239f21a9bf84c0ec89b80fa7cb4ae0e7fb773131e561d4598f01e232451201ae06e8aeb0efad89c2ce6661e3f7f14212d564924818ca90d7f SHA512 ab78e65182c6475a174eb31836dcc83c915cb584ebb8dc82a6690d3ee44d77bedae28809648b5c38df640f7fe815a2aadc7954c193e9e0712dc35cbc1d7cd8b2 diff --git a/dev-python/libversion/libversion-1.2.2.ebuild b/dev-python/libversion/libversion-1.2.4.ebuild index 8a25cdf9f689..036198644323 100644 --- a/dev-python/libversion/libversion-1.2.2.ebuild +++ b/dev-python/libversion/libversion-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 2021 Liguros Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{6,7,8,9,10} ) @@ -8,8 +8,9 @@ inherit distutils-r1 DESCRIPTION="Python bindings for libversion" HOMEPAGE="https://github.com/repology/py-libversion https://pypi.org/project/libversion/" -SRC_URI="https://files.pythonhosted.org/packages/72/51/4bf0274f1a0646da112ac197a33ffd10f400349eb1dad570c79245c5b05b/${P}.tar.gz" - +#SRC_URI="https://files.pythonhosted.org/packages/72/51/4bf0274f1a0646da112ac197a33ffd10f400349eb1dad570c79245c5b05b/${P}.tar.gz" +SRC_URI="https://github.com/repology/py-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/py-${P}" SLOT="0" LICENSE="MIT" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~amd64-fbsd" |
