[arch-commits] Commit in python-graphql-server-core (3 files)

Maxime Gauduin alucryd at archlinux.org
Thu May 30 20:17:01 UTC 2019


    Date: Thursday, May 30, 2019 @ 20:17:00
  Author: alucryd
Revision: 475196

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: python-graphql-server-core/repos/community-any/PKGBUILD (from rev 475195, python-graphql-server-core/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2019-05-30 20:17:00 UTC (rev 475196)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-graphql-server-core
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Core package for using GraphQL in a custom server easily'
+url=https://github.com/graphql-python/graphql-server-core
+arch=(any)
+license=(MIT)
+depends=(
+  python-graphql-core
+  python-promise
+)
+makedepends=(
+  git
+  python-setuptools
+)
+source=(git+https://github.com/graphql-python/graphql-server-core.git#commit=62fe600f592d70573c53aa59df1453a17955fc2a)
+sha256sums=(SKIP)
+
+build() {
+  cd graphql-server-core
+
+  python setup.py build
+}
+
+package() {
+  cd graphql-server-core
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphql-server-core/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list