[arch-commits] Commit in python-graphql-core/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 11 15:14:56 UTC 2020
Date: Wednesday, November 11, 2020 @ 15:14:55
Author: foutrelis
Revision: 751015
archrelease: copy trunk to community-staging-any
Added:
python-graphql-core/repos/community-staging-any/PKGBUILD
(from rev 751014, python-graphql-core/trunk/PKGBUILD)
Deleted:
python-graphql-core/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 15:14:54 UTC (rev 751014)
+++ PKGBUILD 2020-11-11 15:14:55 UTC (rev 751015)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-graphql-core
-pkgver=3.1.2
-pkgrel=2
-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=3267c4c5c5ea06968beb59f16425de4a4b835ee1
-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-staging-any/PKGBUILD (from rev 751014, python-graphql-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 15:14:55 UTC (rev 751015)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-graphql-core
+pkgver=3.1.2
+pkgrel=3
+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=3267c4c5c5ea06968beb59f16425de4a4b835ee1
+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