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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jul 20 20:22:02 UTC 2022


    Date: Wednesday, July 20, 2022 @ 20:22:02
  Author: arojas
Revision: 1254945

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-20 20:21:53 UTC (rev 1254944)
+++ PKGBUILD	2022-07-20 20:22:02 UTC (rev 1254945)
@@ -1,29 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python-traits
-pkgver=6.2.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=('8ff62fca0b347fd0f7aa43f236d4dd673e663971a2e3c6ac961efd5ddc1c7d91')
-
-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 1254944, python-traits/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-20 20:22:02 UTC (rev 1254945)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-traits
+pkgver=6.3.2
+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=('d123b2e8b8a61575d2b4b95100c745e77197ac7dda8974c5b20035434936e6ee')
+
+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