[arch-commits] Commit in python-graphql-core/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue May 18 08:31:24 UTC 2021
Date: Tuesday, May 18, 2021 @ 08:31:23
Author: alucryd
Revision: 936228
archrelease: copy trunk to community-any
Added:
python-graphql-core/repos/community-any/PKGBUILD
(from rev 936227, python-graphql-core/trunk/PKGBUILD)
Deleted:
python-graphql-core/repos/community-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-18 08:31:18 UTC (rev 936227)
+++ PKGBUILD 2021-05-18 08:31:23 UTC (rev 936228)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-graphql-core
-pkgver=3.1.4
-pkgrel=1
-pkgdesc='GraphQL base implementation for Python'
-url=https://github.com/graphql-python/graphql-core
-arch=(any)
-license=(MIT)
-depends=(
- python-six
- python-promise
- python-rx
-)
-makedepends=(
- git
- python-setuptools
-)
-_tag=03c2b06e4636ed8a89c7a4c7e56d244fd9d00bde
-source=(git+https://github.com/graphql-python/graphql-core.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd graphql-core
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd graphql-core
-
- python setup.py build
-}
-
-package() {
- cd graphql-core
-
- python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
- install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphql-core/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-graphql-core/repos/community-any/PKGBUILD (from rev 936227, python-graphql-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-18 08:31:23 UTC (rev 936228)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-graphql-core
+pkgver=3.1.5
+pkgrel=1
+pkgdesc='GraphQL base implementation for Python'
+url=https://github.com/graphql-python/graphql-core
+arch=(any)
+license=(MIT)
+depends=(
+ python-six
+ python-promise
+ python-rx
+)
+makedepends=(
+ git
+ python-setuptools
+)
+_tag=f5b09805644bcf13c277192b183449d7ea197754
+source=(git+https://github.com/graphql-python/graphql-core.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd graphql-core
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd graphql-core
+
+ python setup.py build
+}
+
+package() {
+ cd graphql-core
+
+ python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+ install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphql-core/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list