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

Felix Yan felixonmars at archlinux.org
Sun May 26 19:26:34 UTC 2019


    Date: Sunday, May 26, 2019 @ 19:26:34
  Author: felixonmars
Revision: 470852

archrelease: copy trunk to community-any

Added:
  python-magic/repos/community-any/PKGBUILD
    (from rev 470851, python-magic/trunk/PKGBUILD)
Deleted:
  python-magic/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-26 19:26:22 UTC (rev 470851)
+++ PKGBUILD	2019-05-26 19:26:34 UTC (rev 470852)
@@ -1,22 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgname=python-magic
-pkgver=5.36
-pkgrel=2
-pkgdesc="Python bindings to the magic library"
-arch=('any')
-url='http://darwinsys.com/file/'
-depends=('python')
-makedepends=('python-setuptools')
-license=('custom')
-source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz")
-sha512sums=('3ec5e51ffb7a82defa74845a90fbc983f6e169fc116606049bc01ff6e720d340c8abf6eb7a08b9ac1099162a5c02deac3633b07b039d486344c8abd9052ca751')
-
-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-any/PKGBUILD (from rev 470851, python-magic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-26 19:26:34 UTC (rev 470852)
@@ -0,0 +1,22 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgname=python-magic
+pkgver=5.37
+pkgrel=1
+pkgdesc="Python bindings to the magic library"
+arch=('any')
+url='http://darwinsys.com/file/'
+depends=('python')
+makedepends=('python-setuptools')
+license=('custom')
+source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz")
+sha512sums=('bf153c15aebdd00329806231d20f295077b8b99efd0181d01279bcf3734a1718567df38cf75bc929eb8015ac98d29bb4bf1228d7ece8bfdfe14dd976391dd06d')
+
+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