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

Felix Yan fyan at archlinux.org
Wed Jul 1 17:05:31 UTC 2015


    Date: Wednesday, July 1, 2015 @ 19:05:30
  Author: fyan
Revision: 136217

archrelease: copy trunk to community-any

Added:
  scrapy/repos/community-any/PKGBUILD
    (from rev 136216, scrapy/trunk/PKGBUILD)
Deleted:
  scrapy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-01 17:00:52 UTC (rev 136216)
+++ PKGBUILD	2015-07-01 17:05:30 UTC (rev 136217)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: PyroDevil <p dot devil at gmail dot com>
-# Contributor: Anibal Pacheco <apacheco.uy at gmail.com>
-
-pkgname=scrapy
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A fast high-level scraping and web crawling framework."
-arch=(any)
-license=('BSD')
-url="http://scrapy.org"
-depends=('python2-twisted' 'libxml2' 'python2-w3lib' 'python2-lxml' 'python2-six' 'python2-queuelib' 
-         'python2-setuptools' 'python2-cssselect' 'python2-pyopenssl')
-makedepends=('git')
-optdepends=('ipython2: for enhanced support of the interactive scraping shell')
-source=("git+https://github.com/scrapy/scrapy.git#tag=${pkgver}")
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/scrapy"
-  python2 setup.py install -O1 --root="${pkgdir}"
-  
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -D -m644 "README.rst" "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
-  install -D -m644 "docs/intro/install.rst" "${pkgdir}/usr/share/doc/${pkgname}/INSTALL.rst"
-}

Copied: scrapy/repos/community-any/PKGBUILD (from rev 136216, scrapy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-01 17:05:30 UTC (rev 136217)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: PyroDevil <p dot devil at gmail dot com>
+# Contributor: Anibal Pacheco <apacheco.uy at gmail.com>
+
+pkgname=scrapy
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="A fast high-level scraping and web crawling framework."
+arch=(any)
+license=('BSD')
+url="http://scrapy.org"
+depends=('python2-twisted' 'libxml2' 'python2-w3lib' 'python2-lxml' 'python2-six' 'python2-queuelib' 
+         'python2-setuptools' 'python2-cssselect' 'python2-pyopenssl')
+makedepends=('git')
+optdepends=('ipython2: for enhanced support of the interactive scraping shell')
+source=("git+https://github.com/scrapy/scrapy.git#tag=${pkgver}")
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/scrapy"
+  python2 setup.py install -O1 --root="${pkgdir}"
+  
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 "README.rst" "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
+  install -D -m644 "docs/intro/install.rst" "${pkgdir}/usr/share/doc/${pkgname}/INSTALL.rst"
+}



More information about the arch-commits mailing list