[arch-commits] Commit in python-prompt_toolkit/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 11 15:12:00 UTC 2020
Date: Wednesday, November 11, 2020 @ 15:12:00
Author: foutrelis
Revision: 750968
archrelease: copy trunk to community-staging-any
Added:
python-prompt_toolkit/repos/community-staging-any/PKGBUILD
(from rev 750967, python-prompt_toolkit/trunk/PKGBUILD)
Deleted:
python-prompt_toolkit/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 15:11:58 UTC (rev 750967)
+++ PKGBUILD 2020-11-11 15:12:00 UTC (rev 750968)
@@ -1,35 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-
-pkgname=python-prompt_toolkit
-_name=prompt_toolkit
-pkgver=3.0.8
-pkgrel=2
-pkgdesc="Library for building powerful interactive command lines in Python"
-arch=('any')
-depends=('python-pygments'
- 'python-wcwidth')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-url="https://github.com/jonathanslenders/python-prompt-toolkit"
-license=('BSD')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('25c95d2ac813909f813c93fde734b6e44406d1477a9faef7c915ff37d39c0a8c')
-
-build() {
- cd "$_name-$pkgver"
- python setup.py build
-}
-
-check() {
- cd "$_name-$pkgver"
- python -m pytest
-}
-
-package() {
- cd "$_name-$pkgver"
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: python-prompt_toolkit/repos/community-staging-any/PKGBUILD (from rev 750967, python-prompt_toolkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 15:12:00 UTC (rev 750968)
@@ -0,0 +1,35 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=python-prompt_toolkit
+_name=prompt_toolkit
+pkgver=3.0.8
+pkgrel=3
+pkgdesc="Library for building powerful interactive command lines in Python"
+arch=('any')
+depends=('python-pygments'
+ 'python-wcwidth')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+url="https://github.com/jonathanslenders/python-prompt-toolkit"
+license=('BSD')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('25c95d2ac813909f813c93fde734b6e44406d1477a9faef7c915ff37d39c0a8c')
+
+build() {
+ cd "$_name-$pkgver"
+ python setup.py build
+}
+
+check() {
+ cd "$_name-$pkgver"
+ python -m pytest
+}
+
+package() {
+ cd "$_name-$pkgver"
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list