From e6d18a8f1681472d89ca4e2756683c070f926360 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 18 Apr 2024 20:37:30 +0000 Subject: Adding metadata --- dev-python/python-ipware/Manifest | 2 +- dev-python/python-ipware/python-ipware-2.0.2.ebuild | 20 -------------------- dev-python/python-ipware/python-ipware-2.0.4.ebuild | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 dev-python/python-ipware/python-ipware-2.0.2.ebuild create mode 100644 dev-python/python-ipware/python-ipware-2.0.4.ebuild (limited to 'dev-python/python-ipware') diff --git a/dev-python/python-ipware/Manifest b/dev-python/python-ipware/Manifest index 0197759ad91c..06b3dcbe93f3 100644 --- a/dev-python/python-ipware/Manifest +++ b/dev-python/python-ipware/Manifest @@ -1,2 +1,2 @@ -DIST python-ipware-2.0.2.gh.tar.gz 12737 BLAKE2B 7efea07883e585c537a1ab8a5d38abf625d3ac7541d9523dc71ddde622a0a4a43c6e2a667261f5bc9b1b0f8c2731e91708e6585d6edd37f923bd62ed22480c96 SHA512 20b50f7b9b82728786427b51ed8537c12fbaeee915068f91f4b15e7a1e4b8be192020552af562d70d917bac11060de1dd4bb243cc70d369b36764a28965cd734 DIST python-ipware-2.0.3.gh.tar.gz 12791 BLAKE2B 853ba6dcf98cee2de344ac2713c25ab452ff9abb2887bd93753d349df47ded1d77e30a873c7e8f707f50d7e27572a1c251033f9c077f7fe1566c3ab95445fa19 SHA512 22472c63bcff04867d00702b151f1364ac0fc484a315bfd3c10091ba5b4ebe0db1a7c856a43f209768518895eee68a6b8187f913a1c01a6fc0463362a2a69991 +DIST python-ipware-2.0.4.gh.tar.gz 13043 BLAKE2B 6ee70d211fef4a772e95e5b6e61ae9ab113f210184e401e3c2c4962a149349afdb54c41e1142533fce14b6700a0edd76a2140b101f2c148564ad692ac58c8fad SHA512 bffa9da4693ecc0f30d51d01ce9a6e50f9b22cb8ac429038e146343c156bfb53742959c1c3aa3e395ad8cfb966d3ba4e9734d6a2304beb723e8cb1177d3a705e diff --git a/dev-python/python-ipware/python-ipware-2.0.2.ebuild b/dev-python/python-ipware/python-ipware-2.0.2.ebuild deleted file mode 100644 index 251bcecbf35c..000000000000 --- a/dev-python/python-ipware/python-ipware-2.0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2023-2024 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 - -DESCRIPTION="A Django application to retrieve user's IP address" -HOMEPAGE="https://github.com/un33k/python-ipware https://pypi.org/project/python-ipware/" -SRC_URI="https://github.com/un33k/python-ipware/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -python_test() { - "${EPYTHON}" tests/manage.py test -v2 myapp || die "Tests failed with ${EPYTHON}" -} diff --git a/dev-python/python-ipware/python-ipware-2.0.4.ebuild b/dev-python/python-ipware/python-ipware-2.0.4.ebuild new file mode 100644 index 000000000000..251bcecbf35c --- /dev/null +++ b/dev-python/python-ipware/python-ipware-2.0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 2023-2024 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9,10,11,12} ) + +inherit distutils-r1 + +DESCRIPTION="A Django application to retrieve user's IP address" +HOMEPAGE="https://github.com/un33k/python-ipware https://pypi.org/project/python-ipware/" +SRC_URI="https://github.com/un33k/python-ipware/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +python_test() { + "${EPYTHON}" tests/manage.py test -v2 myapp || die "Tests failed with ${EPYTHON}" +} -- cgit v1.3.1