Date: Monday, April 10, 2023 @ 11:28:53
Author: felixonmars
Revision: 473754
archrelease: copy trunk to staging-x86_64
Added:
python-lazy-object-proxy/repos/staging-x86_64/PKGBUILD
(from rev 473753, python-lazy-object-proxy/trunk/PKGBUILD)
python-lazy-object-proxy/repos/staging-x86_64/remove-setuptools-scm-upper-constraint.patch
(from rev 473753,
python-lazy-object-proxy/trunk/remove-setuptools-scm-upper-constraint.patch)
Deleted:
python-lazy-object-proxy/repos/staging-x86_64/PKGBUILD
python-lazy-object-proxy/repos/staging-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 2023-04-10 11:28:42 UTC (rev 473753)
+++ PKGBUILD 2023-04-10 11:28:53 UTC (rev 473754)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-lazy-object-proxy
-pkgver=1.9.0
-pkgrel=2
-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')
-source=("https://github.com/ionelmc/python-lazy-object-proxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('2757ff4ac791af1ac168388f75e06f509bfdea17f208de67cca5ce800b5d6536ae7b3ac2b528d8e797bbc97af756f7b072fdd052cd188a132407a4ea663352aa')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
- cd python-lazy-object-proxy-$pkgver
- python setup.py build
-}
-
-check() {
- cd python-lazy-object-proxy-$pkgver
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310" pytest
-}
-
-package() {
- cd python-lazy-object-proxy-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-lazy-object-proxy/repos/staging-x86_64/PKGBUILD (from rev
473753, python-lazy-object-proxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 11:28:53 UTC (rev 473754)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-lazy-object-proxy
+pkgver=1.9.0
+pkgrel=3
+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')
+source=("https://github.com/ionelmc/python-lazy-object-proxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('2757ff4ac791af1ac168388f75e06f509bfdea17f208de67cca5ce800b5d6536ae7b3ac2b528d8e797bbc97af756f7b072fdd052cd188a132407a4ea663352aa')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+ cd python-lazy-object-proxy-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd python-lazy-object-proxy-$pkgver
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-311" pytest
+}
+
+package() {
+ cd python-lazy-object-proxy-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
Deleted: remove-setuptools-scm-upper-constraint.patch
===================================================================
--- remove-setuptools-scm-upper-constraint.patch 2023-04-10 11:28:42 UTC
(rev 473753)
+++ remove-setuptools-scm-upper-constraint.patch 2023-04-10 11:28:53 UTC
(rev 473754)
@@ -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/staging-x86_64/remove-setuptools-scm-upper-constraint.patch
(from rev 473753,
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 2023-04-10 11:28:53 UTC
(rev 473754)
@@ -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