[arch-commits] Commit in python-jaraco.path/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 2 20:05:13 UTC 2022
Date: Friday, September 2, 2022 @ 20:05:13
Author: felixonmars
Revision: 1290989
archrelease: copy trunk to community-any
Added:
python-jaraco.path/repos/community-any/PKGBUILD
(from rev 1290988, python-jaraco.path/trunk/PKGBUILD)
Deleted:
python-jaraco.path/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 33 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 20:05:00 UTC (rev 1290988)
+++ PKGBUILD 2022-09-02 20:05:13 UTC (rev 1290989)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-jaraco.path
-pkgver=3.4.0
-pkgrel=2
-pkgdesc="Miscellaneous path functions"
-url="https://github.com/jaraco/jaraco.path"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-toml' 'python-wheel')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
- 'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy'
- 'python-pip')
-source=("https://github.com/jaraco/jaraco.path/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a9d9cbb605584764ea7ea97a9c8d51a383cb18866787cc20bd08fb5fb2227ea05d8fbf0754d240821530dc493a80634810df1f8446454d5dcca3980eb6144483')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
- cd jaraco.path-$pkgver
- python -m build -wn
-}
-
-check() {
- cd jaraco.path-$pkgver
- python -m pytest
-}
-
-package() {
- cd jaraco.path-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-jaraco.path/repos/community-any/PKGBUILD (from rev 1290988, python-jaraco.path/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-02 20:05:13 UTC (rev 1290989)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jaraco.path
+pkgver=3.4.0
+pkgrel=3
+pkgdesc="Miscellaneous path functions"
+url="https://github.com/jaraco/jaraco.path"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
+source=("https://github.com/jaraco/jaraco.path/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('a9d9cbb605584764ea7ea97a9c8d51a383cb18866787cc20bd08fb5fb2227ea05d8fbf0754d240821530dc493a80634810df1f8446454d5dcca3980eb6144483')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+ cd jaraco.path-$pkgver
+ python -m build -wn
+}
+
+check() {
+ cd jaraco.path-$pkgver
+ python -m pytest
+}
+
+package() {
+ cd jaraco.path-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
More information about the arch-commits
mailing list