[arch-commits] Commit in python-certifi/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Mar 17 09:25:11 UTC 2021


    Date: Wednesday, March 17, 2021 @ 09:25:11
  Author: alucryd
Revision: 893211

archrelease: copy trunk to community-any

Added:
  python-certifi/repos/community-any/PKGBUILD
    (from rev 893210, python-certifi/trunk/PKGBUILD)
Deleted:
  python-certifi/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-17 09:25:06 UTC (rev 893210)
+++ PKGBUILD	2021-03-17 09:25:11 UTC (rev 893211)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: William J Bowman <bluephoenix47 at gmail.com>
-
-pkgname=python-certifi
-_libname=${pkgname/python-/}
-pkgver=2020.6.20
-pkgrel=3
-pkgdesc="Python package for providing Mozilla's CA Bundle"
-arch=(any)
-url="https://pypi.python.org/pypi/certifi"
-license=('GPL')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz")
-sha512sums=('a0f22aec563636c270607ce1a27c9996b09f30cf7601b4ed7d7bc20572c411032134c92645f26962331936035cb7016d79b36680c71b7521e00dd0288827a0dc')
-
-build() {
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-certifi/repos/community-any/PKGBUILD (from rev 893210, python-certifi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-17 09:25:11 UTC (rev 893211)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: William J Bowman <bluephoenix47 at gmail.com>
+
+pkgname=python-certifi
+_libname=${pkgname/python-/}
+pkgver=2020.12.5
+pkgrel=1
+pkgdesc="Python package for providing Mozilla's CA Bundle"
+arch=(any)
+url="https://pypi.python.org/pypi/certifi"
+license=('GPL')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz")
+sha512sums=('3425d98f19025e70d885458629071c8531271d93d1461fadea6afbaafc763881a42b3c05be391a938d84a0d1ab729c3ac5df4f3328e8ef63a7b56ead1445bddd')
+
+build() {
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list