Date: Monday, November 7, 2022 @ 21:24:18
  Author: arojas
Revision: 1345868

archrelease: copy trunk to community-any

Added:
  python-css-parser/repos/community-any/PKGBUILD
    (from rev 1345867, python-css-parser/trunk/PKGBUILD)
  python-css-parser/repos/community-any/keys/
Deleted:
  python-css-parser/repos/community-any/PKGBUILD
  python-css-parser/repos/community-any/keys/

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-07 21:24:09 UTC (rev 1345867)
+++ PKGBUILD    2022-11-07 21:24:18 UTC (rev 1345868)
@@ -1,36 +0,0 @@
-# Maintainer: Eli Schwartz <[email protected]>
-
-_pkgname=css-parser
-pkgname=python-css-parser
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="A CSS Cascading Style Sheets library for Python"
-arch=('any')
-url="https://github.com/ebook-utils/${_pkgname}";
-license=('LGPL')
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('51e4ca836b18f963d798a14762bed78cbd3034598cc828dfe81b3f7d921a5bfe52374b0dc6160e1c01e40a8c8147a10664b9f7edeee867ca1086e6a4a96ff162'
-            'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) <[email protected]>
-
-build() {
-  cd ${_pkgname}-${pkgver}
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-
-  PYTHONPATH="$PWD"/src \
-  pytest -v
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: python-css-parser/repos/community-any/PKGBUILD (from rev 1345867, 
python-css-parser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-07 21:24:18 UTC (rev 1345868)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz <[email protected]>
+
+_pkgname=css-parser
+pkgname=python-css-parser
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="A CSS Cascading Style Sheets library for Python"
+arch=('any')
+url="https://github.com/ebook-utils/${_pkgname}";
+license=('LGPL')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('1b22665a172b8a29e277217f39bac1512867dbd5acdfe37ddf078eab71452467adc3dcdac68e424df32cc204f3e55da45d31663f8e7aa143c0243818df32487a'
+            'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) <[email protected]>
+
+build() {
+  cd ${_pkgname}-${pkgver}
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+
+  PYTHONPATH="$PWD"/src \
+  pytest -v
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Reply via email to