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

David Runge dvzrv at gemini.archlinux.org
Sun Oct 3 08:40:16 UTC 2021


    Date: Sunday, October 3, 2021 @ 08:40:15
  Author: dvzrv
Revision: 1027152

archrelease: copy trunk to community-any

Added:
  python-osc/repos/community-any/PKGBUILD
    (from rev 1027151, python-osc/trunk/PKGBUILD)
Deleted:
  python-osc/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 31 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-03 08:40:09 UTC (rev 1027151)
+++ PKGBUILD	2021-10-03 08:40:15 UTC (rev 1027152)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=python-osc
-pkgver=1.7.7
-pkgrel=1
-pkgdesc='Open Sound Control server and client implementations in pure Python'
-arch=('any')
-url="https://github.com/attwad/python-osc"
-license=('Unlicense')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('3b0f137ae354df4eff02b23582ac2023037576f6c95fdcfc86e039ed40d549433a87e1c8385798f3005acbd3160da6344df9ec9374d004678498dce4c23b9059')
-b2sums=('b140576334074935afbf6855c70e549d62d6accfe1b09fac3f136ed177f98e75479a00b8c0f0337672f9331f71ff347caf1d765bff2294b0fc0a6d682a4c5ef5')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-    --optimize=1 \
-    --root="${pkgdir}/"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: python-osc/repos/community-any/PKGBUILD (from rev 1027151, python-osc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-03 08:40:15 UTC (rev 1027152)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=python-osc
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Open Sound Control server and client implementations in pure Python'
+arch=('any')
+url="https://github.com/attwad/python-osc"
+license=('Unlicense')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('bc8728a32d4a99f21886cd06b734a879debd3b11e94ec952612dee99cfd6ffd1e926025dcdfec37d650dd74fa72653221723540978f43dea58a20e77a23d5892')
+b2sums=('211563e76a6c130fbb740729d00368f828362e5651892741e8e45fd2c8d01231db42652701bc2959465198ec9bdc0bc2cfe916c46de88911c0e62d79ebb2a908')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --optimize=1 --root="${pkgdir}/"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list