Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c8efa9cbcae575de1747eacdbf7f5349625739ee)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c8efa9cbcae575de1747eacdbf7f5349625739ee)
  • Date: Sun, 13 Nov 2011 01:00:39 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/scrapely/DEPENDS | 5 +++++
python-pypi/scrapely/DETAILS | 26 ++++++++++++++++++++++++++
python-pypi/scrapely/HISTORY | 2 ++
python-pypi/scrapely/PREPARE | 2 ++
5 files changed, 39 insertions(+)

New commits:
commit c8efa9cbcae575de1747eacdbf7f5349625739ee
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

scrapely: new spell, library for extracting structured data from HTML
pages

diff --git a/ChangeLog b/ChangeLog
index ecc6640..9388708 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-12 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/scrapely: new spell, library for extracting structured
+ data from HTML pages
+
2011-11-11 Arjan Bouter <abouter AT sourcemage.org>
* x11/lightdm: new spell, display manager

diff --git a/python-pypi/scrapely/DEPENDS b/python-pypi/scrapely/DEPENDS
new file mode 100755
index 0000000..7b223b7
--- /dev/null
+++ b/python-pypi/scrapely/DEPENDS
@@ -0,0 +1,5 @@
+depends python &&
+depends numpy &&
+depends SETUPTOOLS &&
+depends w3lib &&
+depends pyopenssl
diff --git a/python-pypi/scrapely/DETAILS b/python-pypi/scrapely/DETAILS
new file mode 100755
index 0000000..9f8b5ef
--- /dev/null
+++ b/python-pypi/scrapely/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=scrapely
+if [[ $SCRAPELY_BRANCH == scm ]]; then
+ if [[ "$SCRAPELY_AUTOUPDATE" == "y" ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=scm
+ fi
+ SOURCE_IGNORE=volatile
+ SOURCE_URL[0]=git://github.com/scrapy/$SPELL.git:$SPELL-scm
+ SOURCE=$SPELL-scm.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-scm"
+else
+ VERSION=0.9
+
SOURCE_HASH=sha512:bb1f4101a9feaf43c61303e37e1c78843e43a1917eb93adf03456cfb80dae6657e40eea0f587e006a7f35b5d683108958e228389baafa08d08ed739923ca125d
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+fi
+ WEB_SITE=http://github.com/scrapy/$SPELL
+ LICENSE[0]=BSD
+ UPDATED=20111112
+ SHORT='library for extracting structured data from HTML pages'
+cat << EOF
+Given some example web pages and the data to be extracted, scrapely
constructs a
+parser for all similar pages.
+EOF
diff --git a/python-pypi/scrapely/HISTORY b/python-pypi/scrapely/HISTORY
new file mode 100644
index 0000000..874d6db
--- /dev/null
+++ b/python-pypi/scrapely/HISTORY
@@ -0,0 +1,2 @@
+2011-11-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: spell created
diff --git a/python-pypi/scrapely/PREPARE b/python-pypi/scrapely/PREPARE
new file mode 100755
index 0000000..b652aeb
--- /dev/null
+++ b/python-pypi/scrapely/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/FUNCTIONS
+prepare_select_branch stable scm



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c8efa9cbcae575de1747eacdbf7f5349625739ee), Ismael Luceno, 11/13/2011

Archive powered by MHonArc 2.6.24.

Top of Page