[arch-commits] Commit in python-traits/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jan 17 18:15:28 UTC 2021


    Date: Sunday, January 17, 2021 @ 18:15:28
  Author: arojas
Revision: 821533

archrelease: copy trunk to community-x86_64

Added:
  python-traits/repos/community-x86_64/PKGBUILD
    (from rev 821532, python-traits/trunk/PKGBUILD)
Deleted:
  python-traits/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-17 18:15:17 UTC (rev 821532)
+++ PKGBUILD	2021-01-17 18:15:28 UTC (rev 821533)
@@ -1,29 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python-traits
-pkgver=6.0.0
-pkgrel=3
-pkgdesc="Explicitly typed attributes for Python"
-arch=('x86_64')
-url="https://github.com/enthought/traits"
-license=('BSD')
-depends=('python')
-optdepends=('python-numpy: to support the trait types for arrays'
-            'python-traitsui: to support Gui Views')
-makedepends=('python-setuptools')
-source=("traits-${pkgver}.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz")
-sha256sums=('6751b6f218bdfd0f34095c241dbc237f18c7cf5992c97c795e7c6abe2dd3850d')
-
-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
-}

Copied: python-traits/repos/community-x86_64/PKGBUILD (from rev 821532, python-traits/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-17 18:15:28 UTC (rev 821533)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-traits
+pkgver=6.1.1
+pkgrel=1
+pkgdesc="Explicitly typed attributes for Python"
+arch=('x86_64')
+url="https://github.com/enthought/traits"
+license=('BSD')
+depends=('python')
+optdepends=('python-numpy: to support the trait types for arrays'
+            'python-traitsui: to support Gui Views')
+makedepends=('python-setuptools')
+source=("traits-${pkgver}.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz")
+sha256sums=('541c8d43049554f0f1059d12aa39704e75ca4c0d294aac5757d00b856e2266ae')
+
+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