SF.net SVN: gar:[22291] csw/mgar/pkg/lang-python/pyopenssl/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Oct 23 14:02:47 CEST 2013
Revision: 22291
http://gar.svn.sourceforge.net/gar/?rev=22291&view=rev
Author: dmichelsen
Date: 2013-10-23 12:02:46 +0000 (Wed, 23 Oct 2013)
Log Message:
-----------
lang-python/pyopenssl/trunk: Recipe cleanup
Modified Paths:
--------------
csw/mgar/pkg/lang-python/pyopenssl/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/pyopenssl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pyopenssl/trunk/Makefile 2013-10-23 11:01:19 UTC (rev 22290)
+++ csw/mgar/pkg/lang-python/pyopenssl/trunk/Makefile 2013-10-23 12:02:46 UTC (rev 22291)
@@ -7,18 +7,16 @@
CATEGORIES = python
DESCRIPTION = OpenSSL bindings for Python
-define BLURB
- OpenSSL bindings for Python
-endef
-MASTER_SITE_DIR = $(shell echo $(NAME) | cut -c 1)
-MASTER_SITES = http://pypi.python.org/packages/source/$(MASTER_SITE_DIR)/$(NAME)/
-DISTFILES = $(DISTNAME).tar.gz
+MASTER_SITES = $(PYPI_MIRROR)
+DISTFILES += $(DISTNAME).tar.gz
BUILD_DEP_PKGS_CSWpy-openssl += CSWpython_dev
BUILD_DEP_PKGS_CSWpy-openssl += CSWpython27_dev
-PACKAGES = CSWpy-openssl
+PACKAGES += CSWpy-openssl
+SPKG_DESC_CSWpy-openssl = OpenSSL bindings for Python
+# PKGFILES is catchall
RUNTIME_DEP_PKGS_CSWpy-openssl += CSWlibpython2-7-1-0
RUNTIME_DEP_PKGS_CSWpy-openssl += CSWlibgcc-s1
RUNTIME_DEP_PKGS_CSWpy-openssl += CSWlibpython2-6-1-0
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