Date: Friday, October 25, 2019 @ 16:10:27
  Author: felixonmars
Revision: 519409

archrelease: copy trunk to community-staging-x86_64

Added:
  python-schedutils/repos/community-staging-x86_64/
  python-schedutils/repos/community-staging-x86_64/PKGBUILD
    (from rev 519408, python-schedutils/trunk/PKGBUILD)

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

Copied: python-schedutils/repos/community-staging-x86_64/PKGBUILD (from rev 
519408, python-schedutils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-25 16:10:27 UTC (rev 519409)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: Joakim Hernberg <[email protected]>
+# Contributor: Ninez <[email protected]>
+
+pkgname=python-schedutils
+pkgver=0.6
+pkgrel=6
+pkgdesc="Python interface for the Linux scheduler functions etc."
+arch=('x86_64')
+url="https://git.kernel.org/cgit/libs/python/python-schedutils/python-schedutils.git/";
+license=('GPL2')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://git.kernel.org/pub/scm/libs/python/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('e340cd60045f5f96ad722b1651ef5e26c3a99a4a986fbbcb0319e036a76a56c67b9b3792936da05776e43b4c92605f820f7fe6294b6197c00e5360c39767807b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package_python-schedutils() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+    --optimize=1 \
+    --prefix=/usr \
+    --root="${pkgdir}/"
+  install -vDm 644 {ChangeLog,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Reply via email to