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

Felix Yan fyan at archlinux.org
Fri May 8 10:18:47 UTC 2015


    Date: Friday, May 8, 2015 @ 12:18:47
  Author: fyan
Revision: 132950

addpkg: scrapy 0.24.6-2

Added:
  scrapy/
  scrapy/repos/
  scrapy/trunk/
  scrapy/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: scrapy/trunk/PKGBUILD
===================================================================
--- scrapy/trunk/PKGBUILD	                        (rev 0)
+++ scrapy/trunk/PKGBUILD	2015-05-08 10:18:47 UTC (rev 132950)
@@ -0,0 +1,28 @@
+# $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=0.24.6
+pkgrel=2
+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')
+conflicts=('scrapy-hg' 'scrapy-git')
+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"
+}


Property changes on: scrapy/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list