[arch-commits] Commit in python-rdflib/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 26 17:00:18 UTC 2022


    Date: Friday, August 26, 2022 @ 17:00:17
  Author: felixonmars
Revision: 454552

archrelease: copy trunk to extra-any

Added:
  python-rdflib/repos/extra-any/PKGBUILD
    (from rev 454551, python-rdflib/trunk/PKGBUILD)
Deleted:
  python-rdflib/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-26 16:59:47 UTC (rev 454551)
+++ PKGBUILD	2022-08-26 17:00:17 UTC (rev 454552)
@@ -1,35 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Leif Warner <abimelech at gmail.com>
-
-pkgname=python-rdflib
-pkgver=6.1.1
-pkgrel=1
-pkgdesc="A Python library for working with RDF, a simple yet powerful language for representing information"
-arch=('any')
-url="http://rdflib.net/"
-license=('BSD')
-depends=('python-isodate' 'python-pyparsing')
-optdepends=('python-html5lib: for html support'
-            'python-requests: for sparql support')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-six' 'python-html5lib' 'python-requests' 'python-networkx'
-              'python-doctest-ignore-unicode')
-source=(rdflib-$pkgver.tar.gz::https://github.com/RDFLib/rdflib/tarball/$pkgver)
-sha512sums=('2381ff71b09ec31a5802fac62ec161d89ec25f695981821541d0b959f803442442e3f6eac14a60722012536e02979cc53d55be42d931024c4d09606e75575163')
-
-build() {
-  cd RDFLib-rdflib-*
-  python setup.py build
-}
-
-check() {
-  cd RDFLib-rdflib-*
-  pytest
-}
-
-package() {
-  cd RDFLib-rdflib-*
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644  LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-rdflib/repos/extra-any/PKGBUILD (from rev 454551, python-rdflib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-26 17:00:17 UTC (rev 454552)
@@ -0,0 +1,33 @@
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Leif Warner <abimelech at gmail.com>
+
+pkgname=python-rdflib
+pkgver=6.2.0
+pkgrel=1
+pkgdesc="A Python library for working with RDF, a simple yet powerful language for representing information"
+arch=('any')
+url="https://github.com/RDFLib/rdflib"
+license=('BSD')
+depends=('python-isodate' 'python-pyparsing' 'python-setuptools')
+optdepends=('python-html5lib: for html support')
+checkdepends=('python-pytest-cov' 'python-six' 'python-html5lib' 'python-networkx'
+              'python-doctest-ignore-unicode' 'python-pip')
+source=(https://github.com/RDFLib/rdflib/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('8177c50e9c2d48859a061dfee24c3560b8f979bc306b3d940a9251ec130e3a324bbad474f4fa7ced5e11522d3bd4e13931461bf106f31177fd972806968d8245')
+
+build() {
+  cd rdflib-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd rdflib-$pkgver
+  pytest
+}
+
+package() {
+  cd rdflib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644  LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list