[arch-commits] Commit in python-dephell-links/repos/community-staging-any (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Dec 6 18:49:04 UTC 2021
Date: Monday, December 6, 2021 @ 18:49:04
Author: arojas
Revision: 1065327
archrelease: copy trunk to community-staging-any
Added:
python-dephell-links/repos/community-staging-any/PKGBUILD
(from rev 1065326, python-dephell-links/trunk/PKGBUILD)
Deleted:
python-dephell-links/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-06 18:48:54 UTC (rev 1065326)
+++ PKGBUILD 2021-12-06 18:49:04 UTC (rev 1065327)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=dephell_links
-pkgname=python-dephell-links
-pkgver=0.1.4
-pkgrel=7
-pkgdesc="Parse dependency links"
-arch=('any')
-url="https://github.com/dephell/${_pkgname}"
-license=('MIT')
-depends=('python-attrs')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('421db613fb291bc723aafe3e331e1691d15b8753bb0ded63e8e991e8422ceaf6')
-b2sums=('e5af5d8f139fbd05b092aa73953453ee9af57df73998ab8a05e0b89cfc7476197db634f99d79a868dcee7c962698ec9c6e5ed3cf12b5fa9fbc99be93a155a114')
-
-prepare() {
- cd "${srcdir}"/${_pkgname}-${pkgver}
-
- # pycache slipped into release tarballs
- find . -name \*.pyc -delete
-}
-
-build(){
- cd "${srcdir}"/${_pkgname}-${pkgver}
-
- python setup.py build
-}
-
-check() {
- cd "${srcdir}"/${_pkgname}-${pkgver}
-
- python -m pytest
-}
-
-package() {
- cd "${srcdir}"/${_pkgname}-${pkgver}
-
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
- install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
Copied: python-dephell-links/repos/community-staging-any/PKGBUILD (from rev 1065326, python-dephell-links/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-06 18:49:04 UTC (rev 1065327)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=dephell_links
+pkgname=python-dephell-links
+pkgver=0.1.5
+pkgrel=2
+pkgdesc="Parse dependency links"
+arch=('any')
+url="https://github.com/dephell/${_pkgname}"
+license=('MIT')
+depends=('python-attrs')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('28d694142e2827a59d2c301e7185afb52fb8acdb950b1da38308d69e43418eaa')
+b2sums=('a9718ea90f792ba3f42258700f8915f39d3ebb57b0ce5672026fe6b4e197ee67470876d33b1de4ecc2047d504260fc63d5ef87552d00fe88c54dcafec06eb7db')
+
+prepare() {
+ cd ${_pkgname}-${pkgver}
+
+ # pycache slipped into release tarballs
+ find . -name \*.pyc -delete
+}
+
+build(){
+ cd ${_pkgname}-${pkgver}
+
+ python setup.py build
+}
+
+check() {
+ cd ${_pkgname}-${pkgver}
+
+ python -m pytest
+}
+
+package() {
+ cd ${_pkgname}-${pkgver}
+
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
More information about the arch-commits
mailing list