[arch-commits] Commit in python-jaraco.classes/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 2 20:02:07 UTC 2022


    Date: Friday, September 2, 2022 @ 20:02:07
  Author: felixonmars
Revision: 1290981

archrelease: copy trunk to community-any

Added:
  python-jaraco.classes/repos/community-any/PKGBUILD
    (from rev 1290980, python-jaraco.classes/trunk/PKGBUILD)
Deleted:
  python-jaraco.classes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 20:01:54 UTC (rev 1290980)
+++ PKGBUILD	2022-09-02 20:02:07 UTC (rev 1290981)
@@ -1,37 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-jaraco.classes
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='Module for classes manipulation'
-arch=('any')
-url='https://github.com/jaraco/jaraco.classes'
-license=('MIT')
-depends=('python-more-itertools')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
-              'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy'
-              'python-pip')
-conflicts=(python-jaraco)
-replaces=(python-jaraco)
-source=("https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-$pkgver.tar.gz")
-sha512sums=('56eaf8420f0319137ecae04c61e5a866909b83d3638343ea45ed3739524c8314bb6aac7ee9b5f899e2a1a5238c2caeaa971ed1cd0dbd28d9ac01ad6716549deb')
-
-build() {
-  cd "$srcdir/jaraco.classes-$pkgver"
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$srcdir/jaraco.classes-$pkgver"
-  python -m pytest
-}
-
-package() {
-  cd "$srcdir/jaraco.classes-$pkgver"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jaraco.classes/repos/community-any/PKGBUILD (from rev 1290980, python-jaraco.classes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-02 20:02:07 UTC (rev 1290981)
@@ -0,0 +1,35 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-jaraco.classes
+pkgver=3.2.2
+pkgrel=2
+pkgdesc='Module for classes manipulation'
+arch=('any')
+url='https://github.com/jaraco/jaraco.classes'
+license=('MIT')
+depends=('python-more-itertools')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy' 'python-pip')
+conflicts=(python-jaraco)
+replaces=(python-jaraco)
+source=("https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-$pkgver.tar.gz")
+sha512sums=('56eaf8420f0319137ecae04c61e5a866909b83d3638343ea45ed3739524c8314bb6aac7ee9b5f899e2a1a5238c2caeaa971ed1cd0dbd28d9ac01ad6716549deb')
+
+build() {
+  cd "$srcdir/jaraco.classes-$pkgver"
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$srcdir/jaraco.classes-$pkgver"
+  python -m pytest
+}
+
+package() {
+  cd "$srcdir/jaraco.classes-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list