[arch-commits] Commit in python-schedutils/repos/community-staging-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Nov 11 10:36:54 UTC 2020
Date: Wednesday, November 11, 2020 @ 10:36:54
Author: felixonmars
Revision: 750172
archrelease: copy trunk to community-staging-x86_64
Added:
python-schedutils/repos/community-staging-x86_64/PKGBUILD
(from rev 750170, python-schedutils/trunk/PKGBUILD)
Deleted:
python-schedutils/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 10:36:51 UTC (rev 750171)
+++ PKGBUILD 2020-11-11 10:36:54 UTC (rev 750172)
@@ -1,29 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Joakim Hernberg <jhernberg at alchemy.lu>
-# Contributor: Ninez <triplesquarednine at gmail.com>
-
-pkgname=python-schedutils
-pkgver=0.6
-pkgrel=8
-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}"
-}
Copied: python-schedutils/repos/community-staging-x86_64/PKGBUILD (from rev 750170, python-schedutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 10:36:54 UTC (rev 750172)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Joakim Hernberg <jhernberg at alchemy.lu>
+# Contributor: Ninez <triplesquarednine at gmail.com>
+
+pkgname=python-schedutils
+pkgver=0.6
+pkgrel=9
+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}"
+}
More information about the arch-commits
mailing list