[arch-commits] Commit in python-magic/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 21:44:59 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:44:58
Author: foutrelis
Revision: 1061083
archrelease: copy trunk to community-staging-any
Added:
python-magic/repos/community-staging-any/PKGBUILD
(from rev 1061080, python-magic/trunk/PKGBUILD)
Deleted:
python-magic/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:44:58 UTC (rev 1061082)
+++ PKGBUILD 2021-12-01 21:44:58 UTC (rev 1061083)
@@ -1,22 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgname=python-magic
-pkgver=5.40
-pkgrel=2
-pkgdesc="Python bindings to the magic library"
-arch=('any')
-url='https://darwinsys.com/file/'
-depends=('python')
-makedepends=('python-setuptools')
-license=('custom')
-source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz")
-sha512sums=('3b70df75fa4c9050d55b1ffdc28e5f3c8b8ef7d4efd1a06bf53f113b676d81114a85aae56e0897d32b53716662d64ad18ab251ca8c92c6405c69eb758bb99afb')
-
-package_python-magic() {
- cd "${srcdir}/file-${pkgver}/python"
-
- python setup.py install --root="${pkgdir}" --optimize=1
-
- install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
- "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
Copied: python-magic/repos/community-staging-any/PKGBUILD (from rev 1061080, python-magic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:44:58 UTC (rev 1061083)
@@ -0,0 +1,22 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgname=python-magic
+pkgver=5.40
+pkgrel=3
+pkgdesc="Python bindings to the magic library"
+arch=('any')
+url='https://darwinsys.com/file/'
+depends=('python')
+makedepends=('python-setuptools')
+license=('custom')
+source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz")
+sha512sums=('3b70df75fa4c9050d55b1ffdc28e5f3c8b8ef7d4efd1a06bf53f113b676d81114a85aae56e0897d32b53716662d64ad18ab251ca8c92c6405c69eb758bb99afb')
+
+package_python-magic() {
+ cd "${srcdir}/file-${pkgver}/python"
+
+ python setup.py install --root="${pkgdir}" --optimize=1
+
+ install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list