[arch-commits] Commit in python-traits/repos/community-x86_64 (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Thu Jun 13 11:46:18 UTC 2019
Date: Thursday, June 13, 2019 @ 11:46:18
Author: aginiewicz
Revision: 481258
archrelease: copy trunk to community-x86_64
Added:
python-traits/repos/community-x86_64/PKGBUILD
(from rev 481257, python-traits/trunk/PKGBUILD)
Deleted:
python-traits/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-13 11:46:15 UTC (rev 481257)
+++ PKGBUILD 2019-06-13 11:46:18 UTC (rev 481258)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname='python-traits'
-pkgver=5.0.0
-pkgrel=2
-pkgdesc="Explicitly typed attributes for Python"
-arch=('x86_64')
-url="https://github.com/enthought/traits"
-license=('BSD')
-depends=('python-numpy')
-makedepends=('python-setuptools')
-source=("traits-${pkgver}.tar.gz::https://github.com/enthought/traits/archive/release/${pkgver}.tar.gz")
-sha256sums=('358cdcae1b17b683eba8910a1156cd6dd6bfa716e6428d4e6252e979d36672c6')
-
-build() {
- cd "$srcdir"/traits-release-$pkgver
-
- python setup.py build
-}
-
-package() {
- cd "$srcdir"/traits-release-$pkgver
-
- python setup.py install --root="$pkgdir"/ --optimize=1
-
- install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-traits/repos/community-x86_64/PKGBUILD (from rev 481257, python-traits/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-06-13 11:46:18 UTC (rev 481258)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname='python-traits'
+pkgver=5.1.1
+pkgrel=1
+pkgdesc="Explicitly typed attributes for Python"
+arch=('x86_64')
+url="https://github.com/enthought/traits"
+license=('BSD')
+depends=('python-numpy')
+makedepends=('python-setuptools')
+source=("traits-${pkgver}.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz")
+sha256sums=('f1c80743dc952c34d25438be202071aef7d397ea9d29995efce9a6f300271d24')
+
+build() {
+ cd "$srcdir"/traits-$pkgver
+
+ python setup.py build
+}
+
+package() {
+ cd "$srcdir"/traits-$pkgver
+
+ python setup.py install --root="$pkgdir"/ --optimize=1
+
+ install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list