[csw-devel] SF.net SVN: gar:[16175] csw/mgar/pkg/lang-python
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Nov 12 23:26:43 CET 2011
Revision: 16175
http://gar.svn.sourceforge.net/gar/?rev=16175&view=rev
Author: dmichelsen
Date: 2011-11-12 22:26:43 +0000 (Sat, 12 Nov 2011)
Log Message:
-----------
lang-python/M2Crypto: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/lang-python/M2Crypto/trunk/Makefile
csw/mgar/pkg/lang-python/M2Crypto/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/lang-python/M2Crypto/
Modified: csw/mgar/pkg/lang-python/M2Crypto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/simplejson/trunk/Makefile 2011-11-12 21:53:12 UTC (rev 16174)
+++ csw/mgar/pkg/lang-python/M2Crypto/trunk/Makefile 2011-11-12 22:26:43 UTC (rev 16175)
@@ -2,26 +2,29 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-NAME = simplejson
-VERSION = 2.2.1
+NAME = M2Crypto
+VERSION = 0.21.1
CATEGORIES = python
-DESCRIPTION = JSON encoder and decoder
+DESCRIPTION = The most complete Python wrapper for OpenSSL
define BLURB
endef
-# Download from github does not really work as there are some suffixes at the end I cannot guess
-MASTER_SITES = https://github.com/simplejson/simplejson/tarball/v2.2.1
+MASTER_SITES = http://pypi.python.org/packages/source/M/M2Crypto/
DISTFILES = $(NAME)-$(VERSION).tar.gz
-DISTNAME = simplejson-simplejson-52d0050
-VENDOR_URL = http://simplejson.readthedocs.org/
+VENDOR_URL = http://chandlerproject.org/Projects/MeTooCrypto
-LICENSE = LICENSE.txt
+PACKAGES = CSWpy-m2crypto
+SPKG_DESC_CSWpy-m2crypto = The most complete Python wrapper for OpenSSL
+RUNTIME_DEP_PKGS_CSWpy-m2crypto += CSWosslrt
+RUNTIME_DEP_PKGS_CSWpy-m2crypto += CSWlibpython2-6-1-0
-PACKAGES = CSWpy-simplejson
-SPKG_DESC_CSWpy-simplejson = JSON encoder and decoder
-# Is this really necessary? We are already depending on CSWpython as category == 'python'
-RUNTIME_DEP_PKGS_CSWpy-simplejson += CSWlibpython2-6-1-0
+PYBUILD_CMD = build build_ext
+BUILD_ARGS += --openssl=$(prefix)
+# Skip testsuite until this is fixed:
+# https://bugzilla.osafoundation.org/show_bug.cgi?id=13039
+SKIPTEST ?= 1
+
include gar/category.mk
Modified: csw/mgar/pkg/lang-python/M2Crypto/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/simplejson/trunk/checksums 2011-11-12 21:53:12 UTC (rev 16174)
+++ csw/mgar/pkg/lang-python/M2Crypto/trunk/checksums 2011-11-12 22:26:43 UTC (rev 16175)
@@ -1 +1 @@
-8221965bea9d9687c0323aae0f0e37e1 simplejson-2.2.1.tar.gz
+f93d8462ff7646397a9f77a2fe602d17 M2Crypto-0.21.1.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list