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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Oct 19 15:44:10 CEST 2013


Revision: 22256
          http://gar.svn.sourceforge.net/gar/?rev=22256&view=rev
Author:   dmichelsen
Date:     2013-10-19 13:44:10 +0000 (Sat, 19 Oct 2013)
Log Message:
-----------
lang-python/pyasn1: Initial commit

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

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

Removed Paths:
-------------
    csw/mgar/pkg/lang-python/pyasn1/trunk/files/changelog.CSW

Modified: csw/mgar/pkg/lang-python/pyasn1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pycrypto/trunk/Makefile	2013-10-01 09:31:28 UTC (rev 22069)
+++ csw/mgar/pkg/lang-python/pyasn1/trunk/Makefile	2013-10-19 13:44:10 UTC (rev 22256)
@@ -1,34 +1,20 @@
 # $Id$
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
-# * pyconfig.h (via "Python.h") unconditionally sets _FILE_OFFSET_BITS = 64.
-#   "/opt/csw/include/python2.6/pyconfig.h", line 1016: warning: macro redefined: _FILE_OFFSET_BITS
-#
-# * setup.py unconditionally passes gcc flags
-#     cc: Warning: illegal option -d=c99
-#     cc: Warning: illegal option -fomit-frame-pointer
-#
 
-NAME = pycrypto
-VERSION = 2.6
+NAME = pyasn1
+VERSION = 0.1.7
 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
+DESCRIPTION = ASN.1 types and codecs
 
-MASTER_SITES = http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
-DISTFILES    = $(DISTNAME).tar.gz
-LICENSE      = COPYRIGHT
-PACKAGES     = CSWpy-crypto
+MASTER_SITES += $(PYPI_MIRROR)
+DISTFILES += $(DISTNAME).tar.gz
 
-BUILD_DEP_PACKAGES += CSWlibgmp-dev
+PACKAGES += CSWpy-asn1
+SPKG_DESC_CSWpy-asn = ASN.1 types and codecs
+# PKGFILES is catchall
+ARCHALL_CSWpy-asn1 = 1
 
-RUNTIME_DEP_PKGS  = CSWlibgmp10
-RUNTIME_DEP_PKGS += CSWlibpython2-6-1-0
-
 include gar/category.mk

Modified: csw/mgar/pkg/lang-python/pyasn1/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/pycrypto/trunk/checksums	2013-10-01 09:31:28 UTC (rev 22069)
+++ csw/mgar/pkg/lang-python/pyasn1/trunk/checksums	2013-10-19 13:44:10 UTC (rev 22256)
@@ -1 +1 @@
-270d1fe83a39e0467a66a22bb  files/pycrypto-2.6.tar.gz
+2cbd80fcd4c7b1c82180d3d76fee18c8  pyasn1-0.1.7.tar.gz

Deleted: csw/mgar/pkg/lang-python/pyasn1/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/lang-python/pycrypto/trunk/files/changelog.CSW	2013-10-01 09:31:28 UTC (rev 22069)
+++ csw/mgar/pkg/lang-python/pyasn1/trunk/files/changelog.CSW	2013-10-19 13:44:10 UTC (rev 22256)
@@ -1,5 +0,0 @@
-pycrypto (2.3,REV=2011.06.18)
-
-  * Initial release.
-
- -- Sebastian Kayser <skayser at opencsw.org>  Sat, 18 Jun 2011 14:05:18 +0200

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