From 5639dc03d790e751ab8169137ea72f4b681b1983 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 10 Mar 2021 13:48:22 +0000 Subject: Adding metadata --- dev-python/libversion/Manifest | 2 +- dev-python/libversion/libversion-1.2.1.ebuild | 19 ------------------- dev-python/libversion/libversion-1.2.3.ebuild | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644 dev-python/libversion/libversion-1.2.1.ebuild create mode 100644 dev-python/libversion/libversion-1.2.3.ebuild (limited to 'dev-python/libversion') diff --git a/dev-python/libversion/Manifest b/dev-python/libversion/Manifest index f541eaef87ae..0ef12822f3df 100644 --- a/dev-python/libversion/Manifest +++ b/dev-python/libversion/Manifest @@ -1,2 +1,2 @@ -DIST libversion-1.2.1.tar.gz 7645 BLAKE2B 5e7d9867b8ebe99f0c7305df3b81d25ae8031d72d29cf9af9d2b264547b17be904ef6395e0f0b78f4add04a8fc6f4eccc1113d969e2f6b60e903fca4cc7824da SHA512 a8ace4e9f6ff3455325e341fbb68fdceef4d10bf0d7ceb636f0ed02159a0ecbd0311edccab5540392d8eff78de5c9ea96271d219ed5e013e84458e521f089eec DIST libversion-1.2.2.tar.gz 11117 BLAKE2B 30eecb64b74e88701799121b55b883343723fcc22cb81a10e20d8819853bd5dd14204464bedde4f568a779f13638571d89fbe19de0b023b7bbfd94d54bc5d37a SHA512 9779837117a5ecbde61bda5228a63db1592ae8a7b6632efeac9104d064d6d78ab47ce1d546107204809593c2471d87369b1191f5c0af87f5061445247eceabc9 +DIST libversion-1.2.3.tar.gz 7777 BLAKE2B 450851b7438ab673bab82845ce829f00fe28a787021138392dd60f649a227a9c827cd842d17e644037709e696dc0b9edd32b701264f7231e4d3f7fd21f09476d SHA512 921f736866af54b06188843b3619ee1778d4fd48d5d83e3059d36c55372cbe2febdf63c8258710a8c567ffd7b5adb241123641193a6d6f7156be6c67ab829970 diff --git a/dev-python/libversion/libversion-1.2.1.ebuild b/dev-python/libversion/libversion-1.2.1.ebuild deleted file mode 100644 index c239b472b1e9..000000000000 --- a/dev-python/libversion/libversion-1.2.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for libversion" -HOMEPAGE="https://github.com/repology/py-libversion https://pypi.org/project/libversion/" -SRC_URI="https://github.com/repology/py-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~amd64-fbsd" - -DEPEND="dev-libs/libversion" - -S="${WORKDIR}/py-${P}" diff --git a/dev-python/libversion/libversion-1.2.3.ebuild b/dev-python/libversion/libversion-1.2.3.ebuild new file mode 100644 index 000000000000..bdd52ca8e4fc --- /dev/null +++ b/dev-python/libversion/libversion-1.2.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 2021 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +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://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" + +DEPEND="dev-libs/libversion" -- cgit v1.3.1