Date: Saturday, July 23, 2022 @ 08:09:01
  Author: felixonmars
Revision: 1255580

archrelease: copy trunk to community-any

Added:
  python-configupdater/repos/community-any/PKGBUILD
    (from rev 1255579, python-configupdater/trunk/PKGBUILD)
Deleted:
  python-configupdater/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-07-23 08:08:48 UTC (rev 1255579)
+++ PKGBUILD    2022-07-23 08:09:01 UTC (rev 1255580)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-configupdater
-pkgver=3.1
-pkgrel=1
-pkgdesc="Parser like ConfigParser but for updating configuration files"
-url="https://github.com/pyscaffold/configupdater";
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-cov')
-source=("https://github.com/pyscaffold/configupdater/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('89685a93f3bec907184d818b5adea4f87967df313fe4e4216aeef2c227fdf0b0f98757ec27da7f43adff6e2ee37020dd57b98569d5811c9dc7c3201852b27432')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd configupdater-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd configupdater-$pkgver
-  PYTHONPATH="$PWD"/build/lib pytest
-}
-
-package() {
-  cd configupdater-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-configupdater/repos/community-any/PKGBUILD (from rev 1255579, 
python-configupdater/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-07-23 08:09:01 UTC (rev 1255580)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-configupdater
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Parser like ConfigParser but for updating configuration files"
+url="https://github.com/pyscaffold/configupdater";
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-cov')
+source=("https://github.com/pyscaffold/configupdater/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('1e499f87d0ac3d75f32aafe532d7c83b4b86fbaa204fcdbaf7a3dcb5262d936fe027ee0b21d169ef69a0590edbe965a872390b14be274fbb1c893f2d4695b92c')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd configupdater-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd configupdater-$pkgver
+  PYTHONPATH="$PWD"/build/lib pytest
+}
+
+package() {
+  cd configupdater-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to