[arch-commits] Commit in python-traitlets/repos/community-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Sep 9 13:34:19 UTC 2021
Date: Thursday, September 9, 2021 @ 13:34:19
Author: foutrelis
Revision: 1013085
archrelease: copy trunk to community-any
Added:
python-traitlets/repos/community-any/PKGBUILD
(from rev 1013084, python-traitlets/trunk/PKGBUILD)
Deleted:
python-traitlets/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-09 13:34:14 UTC (rev 1013084)
+++ PKGBUILD 2021-09-09 13:34:19 UTC (rev 1013085)
@@ -1,36 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-traitlets
-pkgver=5.0.5
-pkgrel=1
-pkgdesc="A configuration system for Python applications."
-arch=('any')
-url="https://traitlets.readthedocs.io/en/stable/"
-license=('BSD')
-depends=('python-decorator')
-makedepends=('python-setuptools')
-
-source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz"
- "https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.2.0.tar.gz")
-md5sums=('2ffe54aee5d0d87890127dd28ce3f6c4'
- '5a4f9781f78466da0ea1a648f3e1f79f')
-
-# ipython_genutils does not deserve a package
-# "Pretend this doesn’t exist. Nobody should use it."
-# "Vestigial IPython utilities: DO NOT USE"
-# (still required for now though, but drop at first chance)
-
-build() {
- cd "$srcdir"
-}
-
-package() {
- # TEMPORARY!
- cd "$srcdir/ipython_genutils-0.2.0"
- python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
- cd "$srcdir/traitlets-$pkgver"
- python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
- install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
Copied: python-traitlets/repos/community-any/PKGBUILD (from rev 1013084, python-traitlets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-09-09 13:34:19 UTC (rev 1013085)
@@ -0,0 +1,36 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-traitlets
+pkgver=5.0.5
+pkgrel=2
+pkgdesc="A configuration system for Python applications."
+arch=('any')
+url="https://traitlets.readthedocs.io/en/stable/"
+license=('BSD')
+depends=('python-decorator')
+makedepends=('python-setuptools')
+
+source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz"
+ "https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.2.0.tar.gz")
+md5sums=('2ffe54aee5d0d87890127dd28ce3f6c4'
+ '5a4f9781f78466da0ea1a648f3e1f79f')
+
+# ipython_genutils does not deserve a package
+# "Pretend this doesn’t exist. Nobody should use it."
+# "Vestigial IPython utilities: DO NOT USE"
+# (still required for now though, but drop at first chance)
+
+build() {
+ cd "$srcdir"
+}
+
+package() {
+ # TEMPORARY!
+ cd "$srcdir/ipython_genutils-0.2.0"
+ python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+ cd "$srcdir/traitlets-$pkgver"
+ python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+ install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
More information about the arch-commits
mailing list