SF.net SVN: gar:[25333] csw/mgar/pkg/lang-python
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Tue Oct 27 14:50:59 CET 2015
Revision: 25333
http://sourceforge.net/p/gar/code/25333
Author: janholzh
Date: 2015-10-27 13:50:58 +0000 (Tue, 27 Oct 2015)
Log Message:
-----------
lang-python/cryptography/trunk: add py_cryptography
Added Paths:
-----------
csw/mgar/pkg/lang-python/cryptography/
csw/mgar/pkg/lang-python/cryptography/Makefile
csw/mgar/pkg/lang-python/cryptography/branches/
csw/mgar/pkg/lang-python/cryptography/tags/
csw/mgar/pkg/lang-python/cryptography/trunk/
csw/mgar/pkg/lang-python/cryptography/trunk/Makefile
csw/mgar/pkg/lang-python/cryptography/trunk/checksums
csw/mgar/pkg/lang-python/cryptography/trunk/files/
Added: csw/mgar/pkg/lang-python/cryptography/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/cryptography/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/cryptography/Makefile 2015-10-27 13:50:58 UTC (rev 25333)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/lang-python/cryptography/trunk
===================================================================
--- csw/mgar/pkg/lang-python/cryptography/trunk 2015-10-27 12:02:17 UTC (rev 25332)
+++ csw/mgar/pkg/lang-python/cryptography/trunk 2015-10-27 13:50:58 UTC (rev 25333)
Property changes on: csw/mgar/pkg/lang-python/cryptography/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/lang-python/cryptography/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/cryptography/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/cryptography/trunk/Makefile 2015-10-27 13:50:58 UTC (rev 25333)
@@ -0,0 +1,44 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+
+NAME = cryptography
+VERSION = 1.0.2
+CATEGORIES = python
+GARTYPE = v2
+SPKG_DESC_CSWpy-cryptography = Cryptography is a package which provides cryptographic recipes and primitives to Python developers
+
+define BLURB
+Cryptography is a package which provides cryptographic recipes and primitives to Python developers
+endef
+
+PACKAGES = CSWpy-cryptography
+VENDOR_URL = http://pypi.python.org/pypi/cryptography
+DISTFILES = $(NAME)-$(VERSION).tar.gz
+LICENSE = PKG-INFO
+
+RUNTIME_DEP_PKGS_CSWpy-cryptography += CSWpy-six
+RUNTIME_DEP_PKGS_CSWpy-cryptography += CSWpy-asn1
+RUNTIME_DEP_PKGS_CSWpy-cryptography += CSWpy-idna
+RUNTIME_DEP_PKGS_CSWpy-cryptography += CSWpy-cffi
+RUNTIME_DEP_PKGS_CSWpy-cryptography += CSWpy-ipaddress
+RUNTIME_DEP_PKGS_CSWpy-cryptography += CSWpy-enum34
+RUNTIME_DEP_PKGS_CSWpy-cryptography += CSWlibpython2-7-1-0
+RUNTIME_DEP_PKGS_CSWpy-cryptography += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWpy-cryptography += CSWlibpython2-6-1-0
+RUNTIME_DEP_PKGS_CSWpy-cryptography += CSWlibssl1-0-0
+
+CHECKPKG_OVERRIDES_CSWpy-cryptography += surplus-dependency|CSWpy-idna
+CHECKPKG_OVERRIDES_CSWpy-cryptography += surplus-dependency|CSWpy-ipaddress
+CHECKPKG_OVERRIDES_CSWpy-cryptography += surplus-dependency|CSWpy-six
+CHECKPKG_OVERRIDES_CSWpy-cryptography += surplus-dependency|CSWpy-cffi
+CHECKPKG_OVERRIDES_CSWpy-cryptography += surplus-dependency|CSWpy-asn1
+CHECKPKG_OVERRIDES_CSWpy-cryptography += surplus-dependency|CSWpy-enum34
+
+
+
+SKIPTEST = 1
+
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/lang-python/cryptography/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/lang-python/cryptography/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/cryptography/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lang-python/cryptography/trunk/checksums 2015-10-27 13:50:58 UTC (rev 25333)
@@ -0,0 +1 @@
+6a8627da0c6199fca941dc8170f9b583 cryptography-1.0.2.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