Date: Monday, April 10, 2023 @ 06:11:31
  Author: felixonmars
Revision: 1443669

archrelease: copy trunk to community-staging-any

Added:
  python-ufolib2/repos/community-staging-any/PKGBUILD
    (from rev 1443667, python-ufolib2/trunk/PKGBUILD)
Deleted:
  python-ufolib2/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 06:11:27 UTC (rev 1443668)
+++ PKGBUILD    2023-04-10 06:11:31 UTC (rev 1443669)
@@ -1,40 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Guillaume Horel <[email protected]>
-
-_pyname=ufoLib2
-pkgname=python-${_pyname,,}
-pkgver=0.14.0
-pkgrel=2
-pkgdesc='A library to deal with UFO font sources'
-arch=(any)
-url="https://github.com/fonttools/$_pyname";
-license=(Apache)
-_pydeps=(attrs
-         cattrs
-         fonttools
-         fs # for fonttools[ufo]
-         lxml)
-depends=(python
-         "${_pydeps[@]/#/python-}")
-makedepends=(python-{build,installer,wheel}
-             python-setuptools-scm) # scm required for _version file generation
-checkdepends=(python-msgpack
-              python-pytest)
-_archive="$_pyname-$pkgver"
-source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz";)
-sha256sums=('39d5097cd7b79ce43209fde74fdff9cbf0bcbd95e74805a22c7bd9f065cc562c')
-
-build() {
-       cd "$_archive"
-       python -m build -wn
-}
-
-check() {
-       cd "$_archive"
-       PYTHONPATH=src pytest tests --deselect tests/serde/test_json
-}
-
-package() {
-       cd "$_archive"
-       python -m installer -d "$pkgdir" dist/*.whl
-}

Copied: python-ufolib2/repos/community-staging-any/PKGBUILD (from rev 1443667, 
python-ufolib2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 06:11:31 UTC (rev 1443669)
@@ -0,0 +1,40 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Guillaume Horel <[email protected]>
+
+_pyname=ufoLib2
+pkgname=python-${_pyname,,}
+pkgver=0.14.0
+pkgrel=3
+pkgdesc='A library to deal with UFO font sources'
+arch=(any)
+url="https://github.com/fonttools/$_pyname";
+license=(Apache)
+_pydeps=(attrs
+         cattrs
+         fonttools
+         fs # for fonttools[ufo]
+         lxml)
+depends=(python
+         "${_pydeps[@]/#/python-}")
+makedepends=(python-{build,installer,wheel}
+             python-setuptools-scm) # scm required for _version file generation
+checkdepends=(python-msgpack
+              python-pytest)
+_archive="$_pyname-$pkgver"
+source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz";)
+sha256sums=('39d5097cd7b79ce43209fde74fdff9cbf0bcbd95e74805a22c7bd9f065cc562c')
+
+build() {
+       cd "$_archive"
+       python -m build -wn
+}
+
+check() {
+       cd "$_archive"
+       PYTHONPATH=src pytest tests --deselect tests/serde/test_json
+}
+
+package() {
+       cd "$_archive"
+       python -m installer -d "$pkgdir" dist/*.whl
+}

Reply via email to