Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Lalo Martins (b6101c8d738113a8a9eb464e9f9378c8ae9e9180)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Lalo Martins <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Lalo Martins (b6101c8d738113a8a9eb464e9f9378c8ae9e9180)
  • Date: Sun, 21 Oct 2007 07:35:41 -0500

GIT changes to master grimoire by Lalo Martins <lalo AT sourcemage.org>:

python-devel/bittorrent-bencode/DEPENDS | 1 +
python-devel/bittorrent-bencode/DETAILS | 19 +++++++++++++++++++
python-devel/bittorrent-bencode/HISTORY | 2 ++
python-devel/bittorrent-bencode/PRE_BUILD | 3 +++
4 files changed, 25 insertions(+)

New commits:
commit 166f4739bdea6f62c37dcf7d5a83f743cae27d4c
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

new spell: bittorrent-bencode

diff --git a/python-devel/bittorrent-bencode/DEPENDS
b/python-devel/bittorrent-bencode/DEPENDS
new file mode 100755
index 0000000..6e84a0e
--- /dev/null
+++ b/python-devel/bittorrent-bencode/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-devel/bittorrent-bencode/DETAILS
b/python-devel/bittorrent-bencode/DETAILS
new file mode 100755
index 0000000..fb4ca23
--- /dev/null
+++ b/python-devel/bittorrent-bencode/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=bittorrent-bencode
+ VERSION=5.0.8
+ SOURCE="BitTorrent-bencode-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://pypi.python.org/packages/source/B/BitTorrent-bencode/${SOURCE}
+
SOURCE_HASH=sha512:5ce58de0a5b9347be5ca2cdcba986e84aa40d68204f0996ef1f66d30b93726e0dcd175251858c2b9cc4428c029ac3f6c3bec2a37f897f1ba78567247b0a47b68
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/BitTorrent-bencode-${VERSION}"
+ WEB_SITE="http://www.bittorrent.com/";
+ LICENSE[0]=http://www.bittorrent.com/license/
+ ENTERED=20071021
+ SHORT="The BitTorrent bencode module as leight-weight, standalone
package"
+cat << EOF
+This package simply re-packages the existing bencoding and bdecoding
+implemention from the 'official' BitTorrent client as a separate,
leight-weight
+package for re-using them without having the entire BitTorrent software as
+a dependency.
+
+It currently uses the implementation from BitTorrent Version 5.0.8, the file
+bencode.py is a verbatim, unmodified copy from that distribution.
+EOF
diff --git a/python-devel/bittorrent-bencode/HISTORY
b/python-devel/bittorrent-bencode/HISTORY
new file mode 100644
index 0000000..6513c45
--- /dev/null
+++ b/python-devel/bittorrent-bencode/HISTORY
@@ -0,0 +1,2 @@
+2007-10-21 Lalo Martins <lalo AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, HISTORY: created spell
diff --git a/python-devel/bittorrent-bencode/PRE_BUILD
b/python-devel/bittorrent-bencode/PRE_BUILD
new file mode 100755
index 0000000..cbe95ad
--- /dev/null
+++ b/python-devel/bittorrent-bencode/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i 's/packages = find_packages(),/py_modules = ["BTL", "bencode"],/'
setup.py




Archive powered by MHonArc 2.6.24.

Top of Page