[arch-commits] Commit in mypy/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Fri Jul 9 11:56:12 UTC 2021


    Date: Friday, July 9, 2021 @ 11:56:12
  Author: foxboron
Revision: 976193

archrelease: copy trunk to community-any

Added:
  mypy/repos/community-any/PKGBUILD
    (from rev 976192, mypy/trunk/PKGBUILD)
Deleted:
  mypy/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-09 11:56:05 UTC (rev 976192)
+++ PKGBUILD	2021-07-09 11:56:12 UTC (rev 976193)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: icasdri <icasdri at gmail dot com>
-# Contributor: hexchain <i at hexchain.org>
-
-pkgname=mypy
-pkgver=0.910
-pkgrel=1
-pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
-url="http://www.mypy-lang.org/"
-arch=('any')
-license=('MIT')
-depends=('python-psutil' 'python-typed-ast' 'python-mypy_extensions' 'python-typing_extensions')
-makedepends=('git' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150')
-
-build() {
-    cd "$pkgname-$pkgver"
-    export PYTHONHASHSEED=0
-    python setup.py build
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 --skip-build
-    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: mypy/repos/community-any/PKGBUILD (from rev 976192, mypy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-09 11:56:12 UTC (rev 976193)
@@ -0,0 +1,28 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: icasdri <icasdri at gmail dot com>
+# Contributor: hexchain <i at hexchain.org>
+
+pkgname=mypy
+pkgver=0.910
+pkgrel=2
+pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
+url="http://www.mypy-lang.org/"
+arch=('any')
+license=('MIT')
+depends=('python-psutil' 'python-typed-ast' 'python-mypy_extensions'
+         'python-typing_extensions' 'python-toml')
+makedepends=('git' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150')
+
+build() {
+    cd "$pkgname-$pkgver"
+    export PYTHONHASHSEED=0
+    python setup.py build
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 --skip-build
+    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list