[arch-commits] Commit in python-graphql-core/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 1 13:57:36 UTC 2019


    Date: Friday, November 1, 2019 @ 13:57:36
  Author: felixonmars
Revision: 521976

archrelease: copy trunk to community-staging-any

Added:
  python-graphql-core/repos/community-staging-any/PKGBUILD
    (from rev 521975, python-graphql-core/trunk/PKGBUILD)
Deleted:
  python-graphql-core/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 13:57:23 UTC (rev 521975)
+++ PKGBUILD	2019-11-01 13:57:36 UTC (rev 521976)
@@ -1,35 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-graphql-core
-pkgver=2.2.1
-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
-)
-source=(git+https://github.com/graphql-python/graphql-core.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-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 521975, python-graphql-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 13:57:36 UTC (rev 521976)
@@ -0,0 +1,35 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-graphql-core
+pkgver=2.2.1
+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
+)
+source=(git+https://github.com/graphql-python/graphql-core.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+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