[arch-commits] Commit in python-dephell-discover/repos/community-any (2 files)

Eli Schwartz eschwartz at archlinux.org
Wed Jul 10 00:40:32 UTC 2019


    Date: Wednesday, July 10, 2019 @ 00:40:32
  Author: eschwartz
Revision: 488326

archrelease: copy trunk to community-any

Added:
  python-dephell-discover/repos/community-any/PKGBUILD
    (from rev 488325, python-dephell-discover/trunk/PKGBUILD)
Deleted:
  python-dephell-discover/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-10 00:39:58 UTC (rev 488325)
+++ PKGBUILD	2019-07-10 00:40:32 UTC (rev 488326)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=dephell_discover
-pkgname=python-dephell-discover
-pkgver=0.2.6
-pkgrel=1
-pkgdesc="Find project modules and data files (packages and package_data for setup.py)"
-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=('0daf07f0c45e1bacaf4668a53c72d9717c42125661b0fe09f15d355a5242ae89')
-b2sums=('fc5703472251dbd974f57ce2218a98a44543be7b61d1134c80680d98f86f3e468cc7c731896bbbb9e7634133c7e9e6735340db02d022d6e1ee2f8852b0dd1e07')
-
-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-discover/repos/community-any/PKGBUILD (from rev 488325, python-dephell-discover/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-10 00:40:32 UTC (rev 488326)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=dephell_discover
+pkgname=python-dephell-discover
+pkgver=0.2.7
+pkgrel=1
+pkgdesc="Find project modules and data files (packages and package_data for setup.py)"
+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=('ab949ba595feccf39c08f01c2e3e4b5b50f29148c78cfe2fb05394b4bb76d834')
+b2sums=('93a00109c83b7cf904ff98f4cbce4c3cc6e88f3f24aacfa42b36a9bbfc6ee470f3862b66b365efe30ab704aeac1d9afc0215d7421d01e53cf8e6285eff0e7fa9')
+
+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
+}



More information about the arch-commits mailing list