Date: Saturday, December 24, 2022 @ 18:08:58
  Author: felixonmars
Revision: 464809

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-24 18:08:45 UTC (rev 464808)
+++ PKGBUILD    2022-12-24 18:08:58 UTC (rev 464809)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-attrs
-pkgver=22.1.0
-pkgrel=1
-pkgdesc="Attributes without boilerplate."
-arch=('any')
-license=('MIT')
-url="https://www.attrs.org";
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-cloudpickle' 'python-hypothesis' 
'python-zope-interface')
-source=("https://pypi.io/packages/source/a/attrs/attrs-$pkgver.tar.gz";)
-sha512sums=('447637bc82b31d565479e364869b996eaf7b67e526ad97f79ba1c27f287bbb25a2c40663e35437bc19037f605fac9322bd35f303f2769f0eb2ee673900551885')
-
-build() {
-  cd attrs-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd attrs-$pkgver
-  PYTHONPATH=build/lib pytest
-}
-
-package() {
-  cd attrs-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-attrs/repos/extra-any/PKGBUILD (from rev 464808, 
python-attrs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-24 18:08:58 UTC (rev 464809)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-attrs
+pkgver=22.2.0
+pkgrel=1
+pkgdesc="Attributes without boilerplate."
+arch=('any')
+license=('MIT')
+url="https://www.attrs.org";
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-cloudpickle' 'python-hypothesis' 
'python-zope-interface')
+source=("https://pypi.io/packages/source/a/attrs/attrs-$pkgver.tar.gz";)
+sha512sums=('a7707fb11e21cddd2b25c94c9859dc8306745f0256237493a4ad818ffaf005d1c1e84d55d07fce14eaea18fde4994363227286df2751523e1fe4ef6623562a20')
+
+build() {
+  cd attrs-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd attrs-$pkgver
+  PYTHONPATH=build/lib pytest
+}
+
+package() {
+  cd attrs-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to