Date: Sunday, November 6, 2022 @ 09:26:53
Author: alucryd
Revision: 1342728
archrelease: copy trunk to community-x86_64
Added:
python-reflink/repos/community-x86_64/PKGBUILD
(from rev 1342727, python-reflink/trunk/PKGBUILD)
Deleted:
python-reflink/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 73 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-06 09:26:43 UTC (rev 1342727)
+++ PKGBUILD 2022-11-06 09:26:53 UTC (rev 1342728)
@@ -1,36 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-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:
Copied: python-reflink/repos/community-x86_64/PKGBUILD (from rev 1342727,
python-reflink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-06 09:26:53 UTC (rev 1342728)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-reflink
+pkgver=0.2.1
+pkgrel=4
+pkgdesc='Reflink support for Python'
+arch=(x86_64)
+url=https://gitlab.com/rubdos/pyreflink
+license=(MIT)
+depends=(python-cffi)
+makedepends=(
+ git
+ python-pytest-runner
+ python-setuptools
+ python-wheel
+)
+_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: