[arch-commits] Commit in python-lazy-object-proxy/repos/extra-x86_64 (4 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 30 00:48:08 UTC 2021


    Date: Thursday, December 30, 2021 @ 00:48:08
  Author: felixonmars
Revision: 433256

archrelease: copy trunk to extra-x86_64

Added:
  python-lazy-object-proxy/repos/extra-x86_64/PKGBUILD
    (from rev 433255, python-lazy-object-proxy/trunk/PKGBUILD)
  python-lazy-object-proxy/repos/extra-x86_64/remove-setuptools-scm-upper-constraint.patch
    (from rev 433255, python-lazy-object-proxy/trunk/remove-setuptools-scm-upper-constraint.patch)
Deleted:
  python-lazy-object-proxy/repos/extra-x86_64/PKGBUILD
  python-lazy-object-proxy/repos/extra-x86_64/remove-setuptools-scm-upper-constraint.patch

----------------------------------------------+
 PKGBUILD                                     |   64 ++++++++++++-------------
 remove-setuptools-scm-upper-constraint.patch |   22 ++++----
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-30 00:47:56 UTC (rev 433255)
+++ PKGBUILD	2021-12-30 00:48:08 UTC (rev 433256)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-lazy-object-proxy
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='A fast and thorough lazy object proxy'
-arch=('x86_64')
-url="https://github.com/ionelmc/python-lazy-object-proxy"
-license=('BSD')
-depends=("python")
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-benchmark' 'python-pytest-runner')
-source=("https://github.com/ionelmc/python-lazy-object-proxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f66cf87b45cd026fc153b175395046fe2de7526932667125238ff026a921b5d2f650c74ede720572cc219667796fa68a4ad7ec981561d6c775aee59aa1ab935d')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd python-lazy-object-proxy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-lazy-object-proxy-$pkgver
-  python setup.py pytest --addopts --ignore=src
-}
-
-package() {
-  cd python-lazy-object-proxy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-lazy-object-proxy/repos/extra-x86_64/PKGBUILD (from rev 433255, python-lazy-object-proxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-30 00:48:08 UTC (rev 433256)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-lazy-object-proxy
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='A fast and thorough lazy object proxy'
+arch=('x86_64')
+url="https://github.com/ionelmc/python-lazy-object-proxy"
+license=('BSD')
+depends=("python")
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-benchmark' 'python-pytest-runner')
+source=("https://github.com/ionelmc/python-lazy-object-proxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('aa00e987e99f0917c5bd381186071b32fc3c950fc0b56c71ff4ef6766b1b9af621c6c43f5b94f1df27268363cde225983fd568c0c4433faba7a99ab74b368f48')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd python-lazy-object-proxy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-lazy-object-proxy-$pkgver
+  python setup.py pytest --addopts --ignore=src
+}
+
+package() {
+  cd python-lazy-object-proxy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: remove-setuptools-scm-upper-constraint.patch
===================================================================
--- remove-setuptools-scm-upper-constraint.patch	2021-12-30 00:47:56 UTC (rev 433255)
+++ remove-setuptools-scm-upper-constraint.patch	2021-12-30 00:48:08 UTC (rev 433256)
@@ -1,11 +0,0 @@
-diff -upr python-lazy-object-proxy-1.6.0.orig/setup.cfg python-lazy-object-proxy-1.6.0/setup.cfg
---- python-lazy-object-proxy-1.6.0.orig/setup.cfg	2021-03-22 17:06:24.000000000 +0200
-+++ python-lazy-object-proxy-1.6.0/setup.cfg	2021-11-30 23:26:47.178944992 +0200
-@@ -1,6 +1,6 @@
- [options]
- setup_requires =
--  setuptools_scm>=3.3.1,<6.0
-+  setuptools_scm>=3.3.1
- 
- [flake8]
- max-line-length = 140

Copied: python-lazy-object-proxy/repos/extra-x86_64/remove-setuptools-scm-upper-constraint.patch (from rev 433255, python-lazy-object-proxy/trunk/remove-setuptools-scm-upper-constraint.patch)
===================================================================
--- remove-setuptools-scm-upper-constraint.patch	                        (rev 0)
+++ remove-setuptools-scm-upper-constraint.patch	2021-12-30 00:48:08 UTC (rev 433256)
@@ -0,0 +1,11 @@
+diff -upr python-lazy-object-proxy-1.6.0.orig/setup.cfg python-lazy-object-proxy-1.6.0/setup.cfg
+--- python-lazy-object-proxy-1.6.0.orig/setup.cfg	2021-03-22 17:06:24.000000000 +0200
++++ python-lazy-object-proxy-1.6.0/setup.cfg	2021-11-30 23:26:47.178944992 +0200
+@@ -1,6 +1,6 @@
+ [options]
+ setup_requires =
+-  setuptools_scm>=3.3.1,<6.0
++  setuptools_scm>=3.3.1
+ 
+ [flake8]
+ max-line-length = 140



More information about the arch-commits mailing list