[arch-commits] Commit in python-mypy-protobuf/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 10:07:26 UTC 2020
Date: Thursday, November 12, 2020 @ 10:07:25
Author: felixonmars
Revision: 751410
archrelease: copy trunk to community-staging-any
Added:
python-mypy-protobuf/repos/community-staging-any/PKGBUILD
(from rev 751402, python-mypy-protobuf/trunk/PKGBUILD)
Deleted:
python-mypy-protobuf/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 10:07:20 UTC (rev 751409)
+++ PKGBUILD 2020-11-12 10:07:25 UTC (rev 751410)
@@ -1,25 +0,0 @@
-pkgname=python-mypy-protobuf
-pkgver=1.23
-pkgrel=2
-
-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-staging-any/PKGBUILD (from rev 751402, python-mypy-protobuf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 10:07:25 UTC (rev 751410)
@@ -0,0 +1,25 @@
+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
+}
More information about the arch-commits
mailing list