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

Santiago Torres-Arias sangy at gemini.archlinux.org
Mon Jul 11 23:32:11 UTC 2022


    Date: Monday, July 11, 2022 @ 23:32:11
  Author: sangy
Revision: 1249815

archrelease: copy trunk to community-any

Added:
  python-hatchling/repos/community-any/PKGBUILD
    (from rev 1249814, 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-11 23:31:49 UTC (rev 1249814)
+++ PKGBUILD	2022-07-11 23:32:11 UTC (rev 1249815)
@@ -1,35 +0,0 @@
-# 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
-
-}

Copied: python-hatchling/repos/community-any/PKGBUILD (from rev 1249814, python-hatchling/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 23:32:11 UTC (rev 1249815)
@@ -0,0 +1,35 @@
+# Maintainer: Santiago Torres-Arias <santiago @ usualplace>
+# Contributor: Kaizhao Zhang <zhangkaizhao at gmail.com>
+
+pkgname=python-hatchling
+pkgver=1.5.0
+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=('3a5c57fbe0422bf7f30d425c62615d458b04b5518e91d8587c18e78be6dede2f')
+
+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