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

Felix Yan felixonmars at archlinux.org
Sat Jun 20 07:55:54 UTC 2020


    Date: Saturday, June 20, 2020 @ 07:55:54
  Author: felixonmars
Revision: 648163

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-20 07:55:53 UTC (rev 648162)
+++ PKGBUILD	2020-06-20 07:55:54 UTC (rev 648163)
@@ -1,22 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgname=python-magic
-pkgver=5.38
-pkgrel=1
-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=('9eeeba69cbc9f0c00a0bdf9eaf60c73a4a709e797068f109d85c1ef2a19c8b0e012ecd73714f03cbb1770dfa717e8a661ad746b644cc030cafbfb1f7aac35a40')
-
-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 648161, python-magic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-20 07:55:54 UTC (rev 648163)
@@ -0,0 +1,22 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgname=python-magic
+pkgver=5.39
+pkgrel=1
+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=('9cf1a7b769c56eb6f5b25c66ce85fa1300128396e445b2e53dbbd8951e5da973a7a07c4ef9f7ebd1fe945d47bdaf2cd9ef09bd2be6c217a0bcb907d9449835e6')
+
+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