[arch-commits] Commit in python-graphql-relay/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 10:13:43 UTC 2020
Date: Thursday, November 12, 2020 @ 10:13:42
Author: foutrelis
Revision: 751498
archrelease: copy trunk to community-staging-any
Added:
python-graphql-relay/repos/community-staging-any/PKGBUILD
(from rev 751497, python-graphql-relay/trunk/PKGBUILD)
Deleted:
python-graphql-relay/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 10:13:40 UTC (rev 751497)
+++ PKGBUILD 2020-11-12 10:13:42 UTC (rev 751498)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-graphql-relay
-pkgver=3.0.0
-pkgrel=2
-pkgdesc='A library to help construct a graphql-py server supporting react-relay'
-url=https://github.com/graphql-python/graphql-relay-py
-arch=(any)
-license=(MIT)
-depends=(
- python-graphql-core
- python-promise
- python-six
-)
-makedepends=(
- git
- python-setuptools
-)
-source=(git+https://github.com/graphql-python/graphql-relay-py.git#tag=dfdb6351bc5cc10847f086dee5344aa0b43ce47d)
-sha256sums=(SKIP)
-
-pkgver() {
- cd graphql-relay-py
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd graphql-relay-py
-
- python setup.py build
-}
-
-package() {
- cd graphql-relay-py
-
- python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
- install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphql-relay/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-graphql-relay/repos/community-staging-any/PKGBUILD (from rev 751497, python-graphql-relay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 10:13:42 UTC (rev 751498)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-graphql-relay
+pkgver=3.0.0
+pkgrel=3
+pkgdesc='A library to help construct a graphql-py server supporting react-relay'
+url=https://github.com/graphql-python/graphql-relay-py
+arch=(any)
+license=(MIT)
+depends=(
+ python-graphql-core
+ python-promise
+ python-six
+)
+makedepends=(
+ git
+ python-setuptools
+)
+source=(git+https://github.com/graphql-python/graphql-relay-py.git#tag=dfdb6351bc5cc10847f086dee5344aa0b43ce47d)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd graphql-relay-py
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd graphql-relay-py
+
+ python setup.py build
+}
+
+package() {
+ cd graphql-relay-py
+
+ python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+ install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphql-relay/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list