[arch-commits] Commit in python-graphql-core/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 11:58:56 UTC 2021
Date: Thursday, December 2, 2021 @ 11:58:56
Author: felixonmars
Revision: 1061657
archrelease: copy trunk to community-staging-any
Added:
python-graphql-core/repos/community-staging-any/PKGBUILD
(from rev 1061654, 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 2021-12-02 11:58:55 UTC (rev 1061656)
+++ PKGBUILD 2021-12-02 11:58:56 UTC (rev 1061657)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-graphql-core
-pkgver=3.1.6
-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=20fa4eff266b7b413ea74f22edc1369eb98ef3c7
-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 1061654, python-graphql-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 11:58:56 UTC (rev 1061657)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-graphql-core
+pkgver=3.1.6
+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=20fa4eff266b7b413ea74f22edc1369eb98ef3c7
+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