[arch-commits] Commit in python-mypy_extensions/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:31:42 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:31:42
  Author: foutrelis
Revision: 1060750

archrelease: copy trunk to community-staging-any

Added:
  python-mypy_extensions/repos/community-staging-any/PKGBUILD
    (from rev 1060747, python-mypy_extensions/trunk/PKGBUILD)
Deleted:
  python-mypy_extensions/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:31:42 UTC (rev 1060749)
+++ PKGBUILD	2021-12-01 21:31:42 UTC (rev 1060750)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: icasdri <icasdri at gmail dot com>
-# Contributor: hexchain <i at hexchain.org>
-
-pkgname=python-mypy_extensions
-pkgver=0.4.3
-pkgrel=4
-pkgdesc='Experimental type system extensions for programs checked with the mypy typechecker'
-url="http://www.mypy-lang.org/"
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/mypy_extensions/mypy_extensions-$pkgver.tar.gz")
-sha256sums=('2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8')
-
-build() {
-    cd "mypy_extensions-$pkgver"
-    python setup.py build
-}
-
-package() {
-    cd "mypy_extensions-$pkgver"
-    python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 --skip-build
-    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-mypy_extensions/repos/community-staging-any/PKGBUILD (from rev 1060747, python-mypy_extensions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:31:42 UTC (rev 1060750)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: icasdri <icasdri at gmail dot com>
+# Contributor: hexchain <i at hexchain.org>
+
+pkgname=python-mypy_extensions
+pkgver=0.4.3
+pkgrel=5
+pkgdesc='Experimental type system extensions for programs checked with the mypy typechecker'
+url="http://www.mypy-lang.org/"
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/mypy_extensions/mypy_extensions-$pkgver.tar.gz")
+sha256sums=('2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8')
+
+build() {
+    cd "mypy_extensions-$pkgver"
+    python setup.py build
+}
+
+package() {
+    cd "mypy_extensions-$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