[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Mar 26 23:41:14 UTC 2021
Date: Friday, March 26, 2021 @ 23:41:14
Author: felixonmars
Revision: 904919
archrelease: copy trunk to community-any
Added:
python-pyflakes/repos/community-any/PKGBUILD
(from rev 904918, python-pyflakes/trunk/PKGBUILD)
Deleted:
python-pyflakes/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-26 23:41:01 UTC (rev 904918)
+++ PKGBUILD 2021-03-26 23:41:14 UTC (rev 904919)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Karol 'Kenji Takahashi' Woźniak <kenji.sx>
-# Contributor: Tianjiao Yin <ytj000+AUR at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: TDY <tdy at gmx.com>
-# Contributor: Tiago Pierezan Camargo <tcamargo at gmail.com>
-
-pkgname=python-pyflakes
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='A lint-like tool for Python to identify common errors quickly without executing code'
-arch=('any')
-url='https://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz")
-sha512sums=('e65e534139b7739e742eaa07e8803387f20bba0332247688c864ef8fab74d5851c68e9705cecae158c8d178ddbb08d54aea7ce77910979be1cc3fea57687fce4')
-
-build() {
- cd "$srcdir"/pyflakes-$pkgver
- python setup.py build
-}
-
-check() {
- cd "$srcdir"/pyflakes-$pkgver
- python setup.py test
-}
-
-package() {
- cd pyflakes-$pkgver
- python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
- # We have python 3 as default python, and want to keep compatibility with the old pyflakes3k naming
- ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
-
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 904918, python-pyflakes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-26 23:41:14 UTC (rev 904919)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Karol 'Kenji Takahashi' Woźniak <kenji.sx>
+# Contributor: Tianjiao Yin <ytj000+AUR at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: TDY <tdy at gmx.com>
+# Contributor: Tiago Pierezan Camargo <tcamargo at gmail.com>
+
+pkgname=python-pyflakes
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without executing code'
+arch=('any')
+url='https://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz")
+sha512sums=('85d3a2737d31ed4b5f4c2e3621759a5951d1320f95d74313fec09fa551648105b3ab84db94f7bffe5b77623e4adbea1d8ad12b9ce2fee7e81c41581a3ea81cc6')
+
+build() {
+ cd "$srcdir"/pyflakes-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir"/pyflakes-$pkgver
+ python setup.py test
+}
+
+package() {
+ cd pyflakes-$pkgver
+ python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+ # We have python 3 as default python, and want to keep compatibility with the old pyflakes3k naming
+ ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
+
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list