[arch-commits] Commit in python2-ordered-set/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Dec 15 08:31:40 UTC 2021


    Date: Wednesday, December 15, 2021 @ 08:31:40
  Author: arojas
Revision: 432545

archrelease: copy trunk to extra-any

Added:
  python2-ordered-set/repos/extra-any/PKGBUILD
    (from rev 432544, python2-ordered-set/trunk/PKGBUILD)
Deleted:
  python2-ordered-set/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   60 +++++++++++++++++++++++++++---------------------------------
 1 file changed, 27 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-15 08:31:31 UTC (rev 432544)
+++ PKGBUILD	2021-12-15 08:31:40 UTC (rev 432545)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Tobias Roettger <toroettg at gmail.com>
-
-pkgname=python2-ordered-set
-pkgver=3.1.1
-pkgrel=3
-pkgdesc='A MutableSet that remembers its order, so that every entry has an index'
-arch=('any')
-url="https://github.com/LuminosoInsight/ordered-set"
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools')
-checkdepends=('python2-pytest')
-source=("https://pypi.io/packages/source/o/ordered-set/ordered-set-$pkgver.tar.gz")
-md5sums=('6e12312c8dc4c90fe840e86e8a352644')
-
-build() {
-  cd ordered-set-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd ordered-set-$pkgver
-  pytest2 --doctest-modules test.py ordered_set.py README.md --doctest-glob=README.md --ignore=setup.py
-}
-
-package() {
-  cd ordered-set-$pkgver
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 MIT-LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-ordered-set/repos/extra-any/PKGBUILD (from rev 432544, python2-ordered-set/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-15 08:31:40 UTC (rev 432545)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Tobias Roettger <toroettg at gmail.com>
+
+pkgname=python2-ordered-set
+pkgver=3.1.1
+pkgrel=4
+pkgdesc='A MutableSet that remembers its order, so that every entry has an index'
+arch=('any')
+url="https://github.com/LuminosoInsight/ordered-set"
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.io/packages/source/o/ordered-set/ordered-set-$pkgver.tar.gz")
+md5sums=('6e12312c8dc4c90fe840e86e8a352644')
+
+build() {
+  cd ordered-set-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd ordered-set-$pkgver
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 MIT-LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list