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

Levente Polyak anthraxx at gemini.archlinux.org
Tue Mar 8 21:16:04 UTC 2022


    Date: Tuesday, March 8, 2022 @ 21:16:04
  Author: anthraxx
Revision: 1145575

archrelease: copy trunk to community-any

Added:
  python-libarchive-c/repos/community-any/PKGBUILD
    (from rev 1145574, python-libarchive-c/trunk/PKGBUILD)
Deleted:
  python-libarchive-c/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-08 21:15:59 UTC (rev 1145574)
+++ PKGBUILD	2022-03-08 21:16:04 UTC (rev 1145575)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-libarchive-c
-pkgver=3.2
-pkgrel=3
-pkgdesc='Python interface to libarchive'
-url='https://github.com/Changaco/python-libarchive-c'
-arch=('any')
-license=('CC0')
-depends=('python' 'libarchive')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-mock')
-source=(https://github.com/Changaco/python-libarchive-c/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d11a7da0e592b7fce5044b9ff2930e50004c15b166a76f7871b9d0d584cb6da5989c4ec79969439b00baffa564738af607cdf5e37141c6e879b8a76ae68c325c')
-b2sums=('9e984c8e23422ceb552d34d4560b2c8279e1c2d52ffedcc893af3a1a8420eb03b735058d2f8dbe542f3920d0f0bf53777f0679a238cc0368e8e680c44358a72c')
-
-prepare() {
-  sed '/os.umask(2)/d' -i ${pkgbase}-${pkgver}/setup.py
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  LC_CTYPE=en_US.UTF-8 py.test
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-libarchive-c/repos/community-any/PKGBUILD (from rev 1145574, python-libarchive-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-08 21:16:04 UTC (rev 1145575)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-libarchive-c
+pkgver=4.0
+pkgrel=1
+pkgdesc='Python interface to libarchive'
+url='https://github.com/Changaco/python-libarchive-c'
+arch=('any')
+license=('CC0')
+depends=('python' 'libarchive')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-mock')
+source=(https://github.com/Changaco/python-libarchive-c/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('1544713802789859ffa9a0d8f4e490f720bbd4d589aae8899d0d1fb6780f2cde0db96f3023c1c32eacea07ea325ac180797aebdb0e8e37093af53807f2e5c812')
+b2sums=('87f8cfb0adf080b11df85d065fbcc38bf5682592882b3a8a8077e5cfb590cc10a05b98c98a2be41570aa59d06899b2e47815183e563007b1077717cdaa79a21c')
+
+prepare() {
+  sed '/os.umask(2)/d' -i ${pkgbase}-${pkgver}/setup.py
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  LC_CTYPE=en_US.UTF-8 py.test
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list