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

Maxime Gauduin alucryd at archlinux.org
Wed Jan 29 09:15:06 UTC 2020


    Date: Wednesday, January 29, 2020 @ 09:15:05
  Author: alucryd
Revision: 558489

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-29 08:58:59 UTC (rev 558488)
+++ PKGBUILD	2020-01-29 09:15:05 UTC (rev 558489)
@@ -1,35 +0,0 @@
-# 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:

Copied: python-graphql-core/repos/community-any/PKGBUILD (from rev 558488, python-graphql-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-29 09:15:05 UTC (rev 558489)
@@ -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