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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Jun 16 12:42:46 CEST 2011


Revision: 14831
          http://gar.svn.sourceforge.net/gar/?rev=14831&view=rev
Author:   skayser
Date:     2011-06-16 10:42:46 +0000 (Thu, 16 Jun 2011)

Log Message:
-----------
lang-python/pycrypto/trunk: initial commit, doesn't build yet

Added Paths:
-----------
    csw/mgar/pkg/lang-python/pycrypto/
    csw/mgar/pkg/lang-python/pycrypto/branches/
    csw/mgar/pkg/lang-python/pycrypto/tags/
    csw/mgar/pkg/lang-python/pycrypto/trunk/
    csw/mgar/pkg/lang-python/pycrypto/trunk/Makefile
    csw/mgar/pkg/lang-python/pycrypto/trunk/checksums
    csw/mgar/pkg/lang-python/pycrypto/trunk/files/


Property changes on: csw/mgar/pkg/lang-python/pycrypto/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2


Added: csw/mgar/pkg/lang-python/pycrypto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pycrypto/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/pycrypto/trunk/Makefile	2011-06-16 10:42:46 UTC (rev 14831)
@@ -0,0 +1,28 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+# ! Build fails
+#   "src/RIPEMD160.c", line 47: cannot find include file: <stdint.h>
+#   "/opt/csw/include/python2.6/pyconfig.h", line 1016: warning: macro redefined: _FILE_OFFSET_BITS
+#   cc: acomp failed for src/RIPEMD160.c
+#   error: command '/opt/SUNWspro/bin/cc' failed with exit status 2
+#
+
+NAME = pycrypto
+VERSION = 2.3
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = The Python Cryptography Toolkit
+define BLURB
+  The Python cryptography toolkit is intended to provide a reliable and
+  stable base for writing Python programs that require cryptographic
+  functions.
+endef
+
+MASTER_SITES = http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
+DISTFILES    = $(DISTNAME).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/lang-python/pycrypto/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/pycrypto/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/pycrypto/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/pycrypto/trunk/checksums	2011-06-16 10:42:46 UTC (rev 14831)
@@ -0,0 +1 @@
+2b811cfbfc342d83ee614097effb8101  pycrypto-2.3.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