Balló György pushed to branch main at Arch Linux / Packaging / Packages /
python-pycountry
Commits:
72debe75 by Balló György at 2024-12-13T20:05:46+01:00
upgpkg: 24.6.1-4: Remove unused python-lxml dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,16 @@
pkgbase = python-pycountry
pkgdesc = ISO country, subdivision, language, currency and script
definitions and their translations
pkgver = 24.6.1
- pkgrel = 3
+ pkgrel = 4
url = https://pypi.org/project/pycountry/
arch = any
license = LGPL-2.1-or-later
checkdepends = python-pytest
checkdepends = python-importlib-metadata
- makedepends = python
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
depends = python
- depends = python-lxml
source =
https://pypi.io/packages/source/p/pycountry/pycountry-24.6.1.tar.gz
sha512sums =
36d8f68b830d74259a5f9ac1c9c97c1b228b0072613229e6f579ea5af587ab1cd25f0637a2cdd1dbf2ae8225e2aa2958d25f1e6df42d577da821d85c4c49ae93
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
pkgname=python-pycountry
pkgver=24.6.1
-pkgrel=3
+pkgrel=4
pkgdesc="ISO country, subdivision, language, currency and script definitions
and their translations"
arch=('any')
url="https://pypi.org/project/pycountry/"
license=('LGPL-2.1-or-later')
-depends=(python python-lxml)
-makedepends=('python' 'python-build' 'python-installer' 'python-poetry-core')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-poetry-core')
checkdepends=('python-pytest' 'python-importlib-metadata')
source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz")
sha512sums=('36d8f68b830d74259a5f9ac1c9c97c1b228b0072613229e6f579ea5af587ab1cd25f0637a2cdd1dbf2ae8225e2aa2958d25f1e6df42d577da821d85c4c49ae93')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycountry/-/commit/72debe75f78cd45d9c0e08bb271b35a21340d722
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycountry/-/commit/72debe75f78cd45d9c0e08bb271b35a21340d722
You're receiving this email because of your account on gitlab.archlinux.org.