[arch-commits] Commit in python-orderedmultidict/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:44:58 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:44:58
  Author: felixonmars
Revision: 1061082

archrelease: copy trunk to community-staging-any

Added:
  python-orderedmultidict/repos/community-staging-any/PKGBUILD
    (from rev 1061079, python-orderedmultidict/trunk/PKGBUILD)
Deleted:
  python-orderedmultidict/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:44:57 UTC (rev 1061081)
+++ PKGBUILD	2021-12-01 21:44:58 UTC (rev 1061082)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=orderedmultidict
-pkgname=python-orderedmultidict
-pkgver=1.0.1
-pkgrel=7
-pkgdesc="Ordered multivalue dictionary that retains method parity with dict."
-url="https://github.com/gruns/orderedmultidict"
-depends=('python-six')
-makedepends=('python-setuptools')
-checkdepends=('flake8' 'python-entrypoints' 'python-mccabe'
-'python-pycodestyle' 'python-pyflakes')
-license=('Unlicense')
-arch=('any')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('5a826bb46dfe9d7e6e2159bf545612a35dd0f1bb5817c1fd78e0f3f4019f9144b36be94af08f87e881a310f593091df09702d001624c377f559a30f64b219c24')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-    --optimize=1 \
-    --prefix=/usr \
-    --root="${pkgdir}"
-  install -vDm 644 {API,README}.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-orderedmultidict/repos/community-staging-any/PKGBUILD (from rev 1061079, python-orderedmultidict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:44:58 UTC (rev 1061082)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=orderedmultidict
+pkgname=python-orderedmultidict
+pkgver=1.0.1
+pkgrel=8
+pkgdesc="Ordered multivalue dictionary that retains method parity with dict."
+url="https://github.com/gruns/orderedmultidict"
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('flake8' 'python-entrypoints' 'python-mccabe'
+'python-pycodestyle' 'python-pyflakes')
+license=('Unlicense')
+arch=('any')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('5a826bb46dfe9d7e6e2159bf545612a35dd0f1bb5817c1fd78e0f3f4019f9144b36be94af08f87e881a310f593091df09702d001624c377f559a30f64b219c24')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+    --optimize=1 \
+    --prefix=/usr \
+    --root="${pkgdir}"
+  install -vDm 644 {API,README}.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list