[arch-commits] Commit in python-reflink/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Dec 3 00:28:31 UTC 2021


    Date: Friday, December 3, 2021 @ 00:28:31
  Author: foutrelis
Revision: 1063785

archrelease: copy trunk to community-staging-x86_64

Added:
  python-reflink/repos/community-staging-x86_64/PKGBUILD
    (from rev 1063784, python-reflink/trunk/PKGBUILD)
Deleted:
  python-reflink/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 00:28:29 UTC (rev 1063784)
+++ PKGBUILD	2021-12-03 00:28:31 UTC (rev 1063785)
@@ -1,36 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-reflink
-pkgver=0.2.1
-pkgrel=2
-pkgdesc='Reflink support for Python'
-arch=(x86_64)
-url=https://gitlab.com/rubdos/pyreflink
-license=(MIT)
-depends=(python-cffi)
-makedepends=(
-  git
-  python-pip
-  python-setuptools
-)
-_tag=48a3a3e6212e40eb44da47db9cbcb2e2c8306d50
-source=(git+https://gitlab.com/rubdos/pyreflink.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd pyreflink
-  git describe --tags
-}
-
-build() {
-  cd pyreflink
-  python setup.py build
-}
-
-package() {
-  cd pyreflink
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-reflink/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-reflink/repos/community-staging-x86_64/PKGBUILD (from rev 1063784, python-reflink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:28:31 UTC (rev 1063785)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-reflink
+pkgver=0.2.1
+pkgrel=3
+pkgdesc='Reflink support for Python'
+arch=(x86_64)
+url=https://gitlab.com/rubdos/pyreflink
+license=(MIT)
+depends=(python-cffi)
+makedepends=(
+  git
+  python-pip
+  python-setuptools
+)
+_tag=48a3a3e6212e40eb44da47db9cbcb2e2c8306d50
+source=(git+https://gitlab.com/rubdos/pyreflink.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pyreflink
+  git describe --tags
+}
+
+build() {
+  cd pyreflink
+  python setup.py build
+}
+
+package() {
+  cd pyreflink
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-reflink/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list