[arch-commits] Commit in python-hatchling/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jul 7 18:42:48 UTC 2022


    Date: Thursday, July 7, 2022 @ 18:42:48
  Author: arojas
Revision: 1248241

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 18:42:38 UTC (rev 1248240)
+++ PKGBUILD	2022-07-07 18:42:48 UTC (rev 1248241)
@@ -1,35 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago @ usualplace>
-# Contributor: Kaizhao Zhang <zhangkaizhao at gmail.com>
-
-pkgname=python-hatchling
-pkgver=0.25.0
-pkgrel=2
-pkgdesc="A modern project, package, and virtual env manager (backend)"
-arch=('any')
-url="https://github.com/ofek/hatch"
-license=('MIT')
-depends=('python' 'python-tomli' 'python-packaging' 'python-pathspec'
-        'python-pluggy' 'python-editables')
-makedepends=('python-pip' 'python-build' 'python-setuptools')
-
-_name=${pkgname/python-/}
-source=(
-  "${url}/archive/refs/tags/${_name}-v${pkgver}.tar.gz"
-)
-sha256sums=('43db08b88916d1f373cde6b154e7527407cd07bea707c1ff3200c42b58bf288e')
-
-build() {
-  cd "${srcdir}/hatch-${_name}-v${pkgver}"
-  python -m build backend
-}
-
-package() {
-  cd "${srcdir}/hatch-${_name}-v${pkgver}"
-
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 backend/LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" \
-            --ignore-installed --no-deps backend/dist/*.whl
-
-}

Copied: python-hatchling/repos/community-any/PKGBUILD (from rev 1248240, python-hatchling/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-07 18:42:48 UTC (rev 1248241)
@@ -0,0 +1,35 @@
+# Maintainer: Santiago Torres-Arias <santiago @ usualplace>
+# Contributor: Kaizhao Zhang <zhangkaizhao at gmail.com>
+
+pkgname=python-hatchling
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="A modern project, package, and virtual env manager (backend)"
+arch=('any')
+url="https://github.com/ofek/hatch"
+license=('MIT')
+depends=('python' 'python-tomli' 'python-packaging' 'python-pathspec'
+        'python-pluggy' 'python-editables')
+makedepends=('python-pip' 'python-build' 'python-setuptools')
+
+_name=${pkgname/python-/}
+source=(
+  "${url}/archive/refs/tags/${_name}-v${pkgver}.tar.gz"
+)
+sha256sums=('8c1fc7ab16e2f2323fcdb8989498b291bbd1daaa6441448f2f9712f8f7fe1292')
+
+build() {
+  cd "${srcdir}/hatch-${_name}-v${pkgver}"
+  python -m build backend
+}
+
+package() {
+  cd "${srcdir}/hatch-${_name}-v${pkgver}"
+
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 backend/LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" \
+            --ignore-installed --no-deps backend/dist/*.whl
+
+}



More information about the arch-commits mailing list