[arch-commits] Commit in python-keyrings-alt/repos/community-any (4 files)

Filipe Laíns ffy00 at archlinux.org
Wed Sep 30 14:52:10 UTC 2020


    Date: Wednesday, September 30, 2020 @ 14:52:10
  Author: ffy00
Revision: 714087

archrelease: copy trunk to community-any

Added:
  python-keyrings-alt/repos/community-any/PKGBUILD
    (from rev 714086, python-keyrings-alt/trunk/PKGBUILD)
  python-keyrings-alt/repos/community-any/pep517-0.5.patch
    (from rev 714086, python-keyrings-alt/trunk/pep517-0.5.patch)
Deleted:
  python-keyrings-alt/repos/community-any/PKGBUILD
  python-keyrings-alt/repos/community-any/pep517-0.5.patch

------------------+
 PKGBUILD         |  108 ++++++++++++++++++++++++----------------------------
 pep517-0.5.patch |  110 ++++++++++++++++++++++++++---------------------------
 2 files changed, 105 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-30 14:52:06 UTC (rev 714086)
+++ PKGBUILD	2020-09-30 14:52:10 UTC (rev 714087)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas <ivansichfreitas at gmail.com>
-# Contributor: Brice Maron <brice at bmaron.net>
-# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
-# Contributor: Steven Allen <steven {at} stebalien {dot} com>
-
-pkgname=python-keyrings-alt
-_pkgname=keyrings.alt
-epoch=1
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Alternate keyring implementations"
-arch=('any')
-url='https://github.com/jaraco/keyrings.alt'
-license=('MIT')
-depends=('python-keyring')
-makedepends=('python-setuptools_scm')
-checkdepends=('libgnome-keyring' 'python-pycryptodome' 'python-gobject' 'python-keyring'
-              'python-pytest-runner' 'python-pytest-flake8' 'python-pytest-black' 'python-pytest-cov')
-optdepends=('libgnome-keyring: GNOME Integration'
-            'python-gobject: GNOME Integration'
-            'python-fs'
-            'python-crypto: Encrypted file storage')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-        "fix-tests.patch::$url/commit/e645e3c39cc6c1ea971acee8d096faadffc77618.patch")
-sha512sums=('eda62fd7a7625cca511789c21ab2db16455b7ea3675b971ed230b41aee8669092aab65aeb75c633bc19104ef869118087d341c350ad647d08def79217e5609a8'
-            'e3dcb1ffc4159af3e3ff8ed40f3827f7071e1ea0618c1c1f5d9a8b356186e9b059354373a95eb8890ace51cb8f11af2a7490cf63aa68eb228ae6d8aac53f5887')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -p1 -i ../fix-tests.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyrings-alt/repos/community-any/PKGBUILD (from rev 714086, python-keyrings-alt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-30 14:52:10 UTC (rev 714087)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas <ivansichfreitas at gmail.com>
+# Contributor: Brice Maron <brice at bmaron.net>
+# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
+# Contributor: Steven Allen <steven {at} stebalien {dot} com>
+
+pkgname=python-keyrings-alt
+_pkgname=keyrings.alt
+epoch=1
+pkgver=3.5.2
+pkgrel=1
+pkgdesc="Alternate keyring implementations"
+arch=('any')
+url='https://github.com/jaraco/keyrings.alt'
+license=('MIT')
+depends=('python-keyring')
+makedepends=('python-setuptools_scm')
+checkdepends=('libgnome-keyring' 'python-pycryptodome' 'python-gobject' 'python-keyring'
+              'python-pytest-runner' 'python-pytest-flake8' 'python-pytest-black' 'python-pytest-cov')
+optdepends=('libgnome-keyring: GNOME Integration'
+            'python-gobject: GNOME Integration'
+            'python-fs'
+            'python-crypto: Encrypted file storage')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('998c807416e53b0890cbb37cf7133269b9b872526b971535f96f50a569d976420d794e93a715d615568d90898a80d93f04a0bbb1ba0b1ea720b2bc77ee5392c3')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: pep517-0.5.patch
===================================================================
--- pep517-0.5.patch	2020-09-30 14:52:06 UTC (rev 714086)
+++ pep517-0.5.patch	2020-09-30 14:52:10 UTC (rev 714087)
@@ -1,55 +0,0 @@
-From 939c515f2cc01525cbbd71f26e71d21471abdc93 Mon Sep 17 00:00:00 2001
-From: "Jason R. Coombs" <jaraco at jaraco.com>
-Date: Mon, 17 Dec 2018 12:17:02 -0500
-Subject: [PATCH] Rely on pep517 0.5
-
----
- install-pip-master.py | 21 ---------------------
- tox.ini               |  5 +----
- 2 files changed, 1 insertion(+), 25 deletions(-)
- delete mode 100644 install-pip-master.py
-
-diff --git a/install-pip-master.py b/install-pip-master.py
-deleted file mode 100644
-index d62d20f..0000000
---- a/install-pip-master.py
-+++ /dev/null
-@@ -1,21 +0,0 @@
--"""
--In order to support installation of pep517 from source,
--pip from master must be installed.
--"""
--
--import subprocess
--import sys
--
--
--def main():
--	cmd = [
--		sys.executable,
--		'-m', 'pip', 'install',
--		'git+https://github.com/pypa/pip',
--	]
--	subprocess.run(cmd)
--	cmd[-1:] = sys.argv[1:]
--	subprocess.run(cmd)
--
--
--__name__ == '__main__' and main()
-diff --git a/tox.ini b/tox.ini
-index 853d7de..70b0be7 100644
---- a/tox.ini
-+++ b/tox.ini
-@@ -20,11 +20,8 @@ commands =
- 
- [testenv:release]
- skip_install = True
--# workaround for pep517 build support
--install_command = python install-pip-master.py {opts} {packages}
- deps =
--	# pull from feature branch for feature
--	git+https://github.com/pypa/pep517@feature/build-command
-+	pep517>=0.5
- 	# workaround for https://github.com/pypa/twine/issues/423
- 	git+https://github.com/pypa/twine
- 	path.py

Copied: python-keyrings-alt/repos/community-any/pep517-0.5.patch (from rev 714086, python-keyrings-alt/trunk/pep517-0.5.patch)
===================================================================
--- pep517-0.5.patch	                        (rev 0)
+++ pep517-0.5.patch	2020-09-30 14:52:10 UTC (rev 714087)
@@ -0,0 +1,55 @@
+From 939c515f2cc01525cbbd71f26e71d21471abdc93 Mon Sep 17 00:00:00 2001
+From: "Jason R. Coombs" <jaraco at jaraco.com>
+Date: Mon, 17 Dec 2018 12:17:02 -0500
+Subject: [PATCH] Rely on pep517 0.5
+
+---
+ install-pip-master.py | 21 ---------------------
+ tox.ini               |  5 +----
+ 2 files changed, 1 insertion(+), 25 deletions(-)
+ delete mode 100644 install-pip-master.py
+
+diff --git a/install-pip-master.py b/install-pip-master.py
+deleted file mode 100644
+index d62d20f..0000000
+--- a/install-pip-master.py
++++ /dev/null
+@@ -1,21 +0,0 @@
+-"""
+-In order to support installation of pep517 from source,
+-pip from master must be installed.
+-"""
+-
+-import subprocess
+-import sys
+-
+-
+-def main():
+-	cmd = [
+-		sys.executable,
+-		'-m', 'pip', 'install',
+-		'git+https://github.com/pypa/pip',
+-	]
+-	subprocess.run(cmd)
+-	cmd[-1:] = sys.argv[1:]
+-	subprocess.run(cmd)
+-
+-
+-__name__ == '__main__' and main()
+diff --git a/tox.ini b/tox.ini
+index 853d7de..70b0be7 100644
+--- a/tox.ini
++++ b/tox.ini
+@@ -20,11 +20,8 @@ commands =
+ 
+ [testenv:release]
+ skip_install = True
+-# workaround for pep517 build support
+-install_command = python install-pip-master.py {opts} {packages}
+ deps =
+-	# pull from feature branch for feature
+-	git+https://github.com/pypa/pep517@feature/build-command
++	pep517>=0.5
+ 	# workaround for https://github.com/pypa/twine/issues/423
+ 	git+https://github.com/pypa/twine
+ 	path.py



More information about the arch-commits mailing list