Date: Monday, April 10, 2023 @ 12:11:41
  Author: felixonmars
Revision: 1444202

archrelease: copy trunk to community-staging-any

Added:
  python-mypy_extensions/repos/community-staging-any/PKGBUILD
    (from rev 1444200, 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    2023-04-10 12:11:40 UTC (rev 1444201)
+++ PKGBUILD    2023-04-10 12:11:41 UTC (rev 1444202)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: icasdri <icasdri at gmail dot com>
-# Contributor: hexchain <[email protected]>
-
-pkgname=python-mypy_extensions
-pkgver=1.0.0
-pkgrel=2
-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=('75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782')
-
-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 
1444200, python-mypy_extensions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 12:11:41 UTC (rev 1444202)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: icasdri <icasdri at gmail dot com>
+# Contributor: hexchain <[email protected]>
+
+pkgname=python-mypy_extensions
+pkgver=1.0.0
+pkgrel=3
+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=('75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782')
+
+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"
+}

Reply via email to