[arch-commits] Commit in python-pint/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 18:49:02 UTC 2020
Date: Thursday, November 12, 2020 @ 18:49:02
Author: foutrelis
Revision: 753194
archrelease: copy trunk to community-staging-any
Added:
python-pint/repos/community-staging-any/PKGBUILD
(from rev 753193, python-pint/trunk/PKGBUILD)
Deleted:
python-pint/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 18:48:58 UTC (rev 753193)
+++ PKGBUILD 2020-11-12 18:49:02 UTC (rev 753194)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Matthew Sloan matthew at sloan.cc
-
-pkgname=python-pint
-pkgver=0.16.1
-pkgrel=2
-pkgdesc="A unit library for Python"
-arch=('any')
-license=('BSD')
-url="https://pint.readthedocs.org"
-depends=('python')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-runner' 'python-numpy' 'python-uncertainties')
-source=("https://pypi.io/packages/source/P/Pint/Pint-$pkgver.tar.gz")
-sha512sums=('7d18ff7a7e85ff98350347a487be62513b100e4adba701a8e5f27f6db89618931d0f62b67be42bda4af097f5f01830baa5a6b50a537924287214d0d954da5322')
-
-prepare() {
- cd Pint-$pkgver
- sed -i 's/pkg_resources.extern.//' pint/quantity.py
-}
-
-check() {
- cd Pint-$pkgver
- python setup.py pytest
-}
-
-package() {
- cd Pint-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-pint/repos/community-staging-any/PKGBUILD (from rev 753193, python-pint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 18:49:02 UTC (rev 753194)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Matthew Sloan matthew at sloan.cc
+
+pkgname=python-pint
+pkgver=0.16.1
+pkgrel=3
+pkgdesc="A unit library for Python"
+arch=('any')
+license=('BSD')
+url="https://pint.readthedocs.org"
+depends=('python')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-runner' 'python-numpy' 'python-uncertainties')
+source=("https://pypi.io/packages/source/P/Pint/Pint-$pkgver.tar.gz")
+sha512sums=('7d18ff7a7e85ff98350347a487be62513b100e4adba701a8e5f27f6db89618931d0f62b67be42bda4af097f5f01830baa5a6b50a537924287214d0d954da5322')
+
+prepare() {
+ cd Pint-$pkgver
+ sed -i 's/pkg_resources.extern.//' pint/quantity.py
+}
+
+check() {
+ cd Pint-$pkgver
+ python setup.py pytest
+}
+
+package() {
+ cd Pint-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list