Date: Friday, January 6, 2023 @ 13:23:37
Author: dvzrv
Revision: 1378605
archrelease: copy trunk to community-any
Added:
python-svglib/repos/community-any/PKGBUILD
(from rev 1378604, python-svglib/trunk/PKGBUILD)
Deleted:
python-svglib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-06 13:23:24 UTC (rev 1378604)
+++ PKGBUILD 2023-01-06 13:23:37 UTC (rev 1378605)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-_name=svglib
-pkgname=python-svglib
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Read SVG files and convert them to other formats"
-arch=(any)
-url="https://github.com/deeplook/svglib"
-license=(LGPL3)
-depends=(python-lxml python-reportlab python-tinycss2 python-cssselect2)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pillow python-pytest)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('c639de1f83b9fad743fc1dc84fb5aa404e0c385ae315a24b37ffecc37e4e18ba95a48a3781faac1a233b69afcb9bfa0fd896cce5499fa7af428cf5344ec93582')
-b2sums=('84bc511419fb08582cf63ff0be242772d4c18bf8c9e72cbe23a649350355d2df992bf3087c84767008a5fdf256aa6909f3c8a0974a20e70ad8e50aef464e8cdb')
-
-build() {
- cd $_name-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $_name-$pkgver
- export PYTHONPATH="build:$PYTHONPATH"
- # disable tests that need remote resources
- pytest -vv -k "not TestWikipediaSymbols and not TestWikipediaFlags"
-}
-
-package() {
- cd $_name-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -vDm 644 {CHANGELOG,CONTRIBUTORS,README}.rst -t
"$pkgdir/usr/share/doc/$pkgname/"
-}
Copied: python-svglib/repos/community-any/PKGBUILD (from rev 1378604,
python-svglib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-06 13:23:37 UTC (rev 1378605)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <[email protected]>
+
+_name=svglib
+pkgname=python-svglib
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Read SVG files and convert them to other formats"
+arch=(any)
+url="https://github.com/deeplook/svglib"
+license=(LGPL3)
+depends=(python-lxml python-reportlab python-tinycss2 python-cssselect2)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pillow python-pytest)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('e5732fa80363e1d1773e1347960eeb9e5144307cbdfb09a8d9342dd75a3700df9991a1fa0defbdb44930a2283221a7d0fa3192d885e468ba1de644c58edf37e6')
+b2sums=('d484171a8687482f1efb99513152b237562efdfca19f63d63e954c8653844e6083b492fb482e1c25fab9888c1635ff660019da01d1c7433ce4790a1428e042ba')
+
+build() {
+ cd $_name-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $_name-$pkgver
+ export PYTHONPATH="build:$PYTHONPATH"
+ # disable tests that need remote resources
+ pytest -vv -k "not TestWikipediaSymbols and not TestWikipediaFlags"
+}
+
+package() {
+ cd $_name-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -vDm 644 {CHANGELOG,CONTRIBUTORS,README}.rst -t
"$pkgdir/usr/share/doc/$pkgname/"
+}