[csw-devel] SF.net SVN: gar:[16183] csw/mgar/pkg/lang-python

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sun Nov 13 18:09:39 CET 2011


Revision: 16183
          http://gar.svn.sourceforge.net/gar/?rev=16183&view=rev
Author:   dmichelsen
Date:     2011-11-13 17:09:39 +0000 (Sun, 13 Nov 2011)
Log Message:
-----------
lang-python/ply: Initial commit

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/ply/trunk/Makefile
    csw/mgar/pkg/lang-python/ply/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/lang-python/ply/

Modified: csw/mgar/pkg/lang-python/ply/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/M2Crypto/trunk/Makefile	2011-11-12 22:26:43 UTC (rev 16175)
+++ csw/mgar/pkg/lang-python/ply/trunk/Makefile	2011-11-13 17:09:39 UTC (rev 16183)
@@ -2,29 +2,21 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-NAME = M2Crypto
-VERSION = 0.21.1
+NAME = ply
+VERSION = 3.4
 CATEGORIES = python
 
-DESCRIPTION = The most complete Python wrapper for OpenSSL
+DESCRIPTION = Python Lex-Yacc
 define BLURB
 endef
 
-MASTER_SITES = http://pypi.python.org/packages/source/M/M2Crypto/
+MASTER_SITES = http://www.dabeaz.com/ply/
 DISTFILES = $(NAME)-$(VERSION).tar.gz
 
-VENDOR_URL = http://chandlerproject.org/Projects/MeTooCrypto
+VENDOR_URL = http://www.dabeaz.com/ply/
 
-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-ply
+SPKG_DESC_CSWpy-ply = Python Lex-Yacc
+ARCHALL_CSWpy-ply = 1
 
-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/ply/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/M2Crypto/trunk/checksums	2011-11-12 22:26:43 UTC (rev 16175)
+++ csw/mgar/pkg/lang-python/ply/trunk/checksums	2011-11-13 17:09:39 UTC (rev 16183)
@@ -1 +1 @@
-f93d8462ff7646397a9f77a2fe602d17  M2Crypto-0.21.1.tar.gz
+ffdc95858819347bf92d7c2acc074894  ply-3.4.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