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

Johannes Löthberg demize at archlinux.org
Sun Mar 14 12:08:23 UTC 2021


    Date: Sunday, March 14, 2021 @ 12:08:22
  Author: demize
Revision: 891060

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 12:08:16 UTC (rev 891059)
+++ PKGBUILD	2021-03-14 12:08:22 UTC (rev 891060)
@@ -1,25 +0,0 @@
-pkgname=python-mypy-protobuf
-pkgver=1.23
-pkgrel=3
-
-pkgdesc='Generate mypy stub files from protobuf specs'
-url='https://github.com/dropbox/mypy-protobuf'
-arch=('any')
-license=('Apache')
-
-depends=('mypy' 'protobuf' 'python' 'python-protobuf')
-makedepends=('python-setuptools')
-
-source=("https://files.pythonhosted.org/packages/source/m/mypy-protobuf/mypy-protobuf-$pkgver.tar.gz")
-
-sha256sums=('cf79c77e828a2de9bdc74b43ad4abd4c2a3a30f0471b46e9b4e01b9877f166fb')
-
-build() {
-  cd mypy-protobuf-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd mypy-protobuf-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-mypy-protobuf/repos/community-any/PKGBUILD (from rev 891059, python-mypy-protobuf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-14 12:08:22 UTC (rev 891060)
@@ -0,0 +1,26 @@
+# Don't bump to 2.X until we have Anki >= 2.1.41
+pkgname=python-mypy-protobuf
+pkgver=1.24
+pkgrel=1
+
+pkgdesc='Generate mypy stub files from protobuf specs'
+url='https://github.com/dropbox/mypy-protobuf'
+arch=('any')
+license=('Apache')
+
+depends=('mypy' 'protobuf' 'python' 'python-protobuf')
+makedepends=('python-setuptools')
+
+source=("https://files.pythonhosted.org/packages/source/m/mypy-protobuf/mypy-protobuf-$pkgver.tar.gz")
+
+sha256sums=('5637376deba46b68dec62bad75b8655a5f328ecdedd6a5e78c50a68326391c61')
+
+build() {
+  cd mypy-protobuf-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd mypy-protobuf-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list