Date: Sunday, April 30, 2023 @ 19:21:36
  Author: felixonmars
Revision: 1455480

archrelease: copy trunk to community-testing-any

Added:
  python-tldextract/repos/community-testing-any/PKGBUILD
    (from rev 1455479, python-tldextract/trunk/PKGBUILD)
Deleted:
  python-tldextract/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-30 19:21:27 UTC (rev 1455479)
+++ PKGBUILD    2023-04-30 19:21:36 UTC (rev 1455480)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-tldextract
-pkgver=3.4.0
-_commit=cb74b50fa1a1662216731aa78cd9b7bdef3548bb
-pkgrel=4
-pkgdesc="Accurately separate the TLD from the registered domain and subdomains 
of a URL, using the Public Suffix List"
-arch=('any')
-url="https://github.com/john-kurkowski/tldextract";
-license=('BSD')
-depends=('python-idna' 'python-requests' 'python-requests-file' 
'python-filelock')
-makedepends=('git' 'python-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-mock' 'python-pytest-pylint' 
'python-responses'
-              'python-isort')
-source=("git+https://github.com/john-kurkowski/tldextract.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd tldextract
-  python setup.py build
-}
-
-check() {
-  cd tldextract
-  python -m pytest --ignore build
-}
-
-package() {
-  cd tldextract
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set sw=2 et:

Copied: python-tldextract/repos/community-testing-any/PKGBUILD (from rev 
1455479, python-tldextract/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-30 19:21:36 UTC (rev 1455480)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-tldextract
+pkgver=3.4.1
+_commit=a7ecf90c92c1f1c8f011637437224fc980610237
+pkgrel=1
+pkgdesc="Accurately separate the TLD from the registered domain and subdomains 
of a URL, using the Public Suffix List"
+arch=('any')
+url="https://github.com/john-kurkowski/tldextract";
+license=('BSD')
+depends=('python-idna' 'python-requests' 'python-requests-file' 
'python-filelock')
+makedepends=('git' 'python-setuptools-scm')
+checkdepends=('python-pytest' 'python-pytest-mock' 'python-pytest-pylint' 
'python-responses'
+              'python-isort')
+source=("git+https://github.com/john-kurkowski/tldextract.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd tldextract
+  python setup.py build
+}
+
+check() {
+  cd tldextract
+  python -m pytest --ignore build
+}
+
+package() {
+  cd tldextract
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set sw=2 et:

Reply via email to