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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:48:38 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:48:37
  Author: felixonmars
Revision: 1061198

archrelease: copy trunk to community-staging-any

Added:
  python-d2to1/repos/community-staging-any/PKGBUILD
    (from rev 1061196, python-d2to1/trunk/PKGBUILD)
Deleted:
  python-d2to1/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:48:36 UTC (rev 1061197)
+++ PKGBUILD	2021-12-01 21:48:37 UTC (rev 1061198)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-
-pkgname=python-d2to1
-pkgver=0.2.12.post1
-pkgrel=10
-pkgdesc="Python library that allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script"
-arch=('any')
-url='https://pypi.python.org/pypi/d2to1'
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/d/d2to1/d2to1-$pkgver.tar.gz)
-sha512sums=('89890afc78b21d78f42ef5c920d377cd58075829e025c512d86138d52943ce8b71d1245bf267f76f775c6a69bf81bf9881322bd64b0e75ae088134e6b66f4d2d')
-
-build() {
-  cd d2to1-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd d2to1-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-d2to1/repos/community-staging-any/PKGBUILD (from rev 1061196, python-d2to1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:48:37 UTC (rev 1061198)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+
+pkgname=python-d2to1
+pkgver=0.2.12.post1
+pkgrel=11
+pkgdesc="Python library that allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script"
+arch=('any')
+url='https://pypi.python.org/pypi/d2to1'
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/d/d2to1/d2to1-$pkgver.tar.gz)
+sha512sums=('89890afc78b21d78f42ef5c920d377cd58075829e025c512d86138d52943ce8b71d1245bf267f76f775c6a69bf81bf9881322bd64b0e75ae088134e6b66f4d2d')
+
+build() {
+  cd d2to1-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd d2to1-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list