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

Filipe Laíns ffy00 at archlinux.org
Sun May 31 18:40:28 UTC 2020


    Date: Sunday, May 31, 2020 @ 18:40:27
  Author: ffy00
Revision: 637712

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-31 18:40:25 UTC (rev 637711)
+++ PKGBUILD	2020-05-31 18:40:27 UTC (rev 637712)
@@ -1,28 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=install
-pkgname=python-$_pkgname
-pkgver=0.0.1
-pkgrel=1
-pkgdesc='A simple, correct PEP427 wheel installer'
-arch=('any')
-url='https://github.com/FFY00/python-install'
-license=('GPL')
-depends=('python')
-makedepends=('git' 'python-setuptools')
-source=("git+$url#tag=$pkgver?signed")
-validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns (FFY00) <lains at archlinux.org>
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: python-install/repos/community-any/PKGBUILD (from rev 637711, python-install/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-31 18:40:27 UTC (rev 637712)
@@ -0,0 +1,28 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=install
+pkgname=python-$_pkgname
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='A simple, correct PEP427 wheel installer'
+arch=('any')
+url='https://github.com/FFY00/python-install'
+license=('GPL')
+depends=('python')
+makedepends=('git' 'python-setuptools')
+source=("git+$url#tag=$pkgver?signed")
+validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns (FFY00) <lains at archlinux.org>
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+



More information about the arch-commits mailing list