[arch-commits] Commit in python-install/repos/community-any (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sun Dec 6 19:41:47 UTC 2020
Date: Sunday, December 6, 2020 @ 19:41:47
Author: ffy00
Revision: 771148
archrelease: copy trunk to community-any
Added:
python-install/repos/community-any/PKGBUILD
(from rev 771147, python-install/trunk/PKGBUILD)
Deleted:
python-install/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 +++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 37 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-06 19:41:43 UTC (rev 771147)
+++ PKGBUILD 2020-12-06 19:41:47 UTC (rev 771148)
@@ -1,27 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=install
-pkgname=python-$_pkgname
-pkgver=0.0.2
-pkgrel=2
-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 771147, python-install/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-06 19:41:47 UTC (rev 771148)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=install
+pkgname=python-$_pkgname
+pkgver=0.0.3
+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"
+ 'git+https://github.com/pradyunsg/installer.git')
+validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns (FFY00) <lains at archlinux.org>
+sha512sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git config submodule.install/_vendor/installer.url "$srcdir"/installer
+ git submodule update
+}
+
+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