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

Morten Linderud foxboron at gemini.archlinux.org
Sat Mar 19 16:28:23 UTC 2022


    Date: Saturday, March 19, 2022 @ 16:28:22
  Author: foxboron
Revision: 1161666

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-19 16:28:16 UTC (rev 1161665)
+++ PKGBUILD	2022-03-19 16:28:22 UTC (rev 1161666)
@@ -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.931
-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=('0038b21890867793581e4cb0d810829f5fd4441aa75796b53033af3aa30430ce')
-
-build() {
-    cd "$pkgname-$pkgver"
-    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 1161665, mypy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-19 16:28:22 UTC (rev 1161666)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: icasdri <icasdri at gmail dot com>
+# Contributor: hexchain <i at hexchain.org>
+
+pkgname=mypy
+pkgver=0.941
+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' 'python-toml')
+makedepends=('git' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('cbcc691d8b507d54cb2b8521f0a2a3d4daa477f62fe77f0abba41e5febb377b7')
+
+build() {
+    cd "$pkgname-$pkgver"
+    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