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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun May 18 00:05:41 CEST 2014


Revision: 23632
          http://sourceforge.net/p/gar/code/23632
Author:   wahwah
Date:     2014-05-17 22:05:37 +0000 (Sat, 17 May 2014)
Log Message:
-----------
asyncio: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/lang-python/asyncio/
    csw/mgar/pkg/lang-python/asyncio/trunk/Makefile
    csw/mgar/pkg/lang-python/asyncio/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/lang-python/asyncio/trunk/Makefile
    csw/mgar/pkg/lang-python/asyncio/trunk/checksums

Deleted: csw/mgar/pkg/lang-python/asyncio/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/requests/trunk/Makefile	2013-10-06 16:45:22 UTC (rev 22140)
+++ csw/mgar/pkg/lang-python/asyncio/trunk/Makefile	2014-05-17 22:05:37 UTC (rev 23632)
@@ -1,37 +0,0 @@
-# $Id$
-# TODO (release-critical prefixed with !, non release-critical with *)
-#
-NAME = requests
-# VERSION = 426734d
-VERSION = 0.14.2
-GARTYPE = v2
-CATEGORIES = python
-
-DESCRIPTION = Python HTTP library
-define BLURB
-  Long description
-endef
-
-# MASTER_SITES = https://github.com/kennethreitz/requests/tarball/
-MASTER_SITES = http://pypi.python.org/packages/source/r/requests/
-DISTFILES  = $(NAME)-$(VERSION).tar.gz
-
-
-# GIT_REPOS  = http://github.com/kennethreitz/requests.git
-# GIT_TREEISH_requests.git = $(VERSION)
-NOGITPATCH = 1
-
-REINPLACE_USRLOCAL = requests/utils.py
-
-VENDOR_URL = https://github.com/kennethreitz/requests
-
-RUNTIME_DEP_PKGS += CSWpy-chardet
-CHECKPKG_OVERRIDES_CSWpy-requests += surplus-dependency|CSWpy-chardet
-
-PACKAGES = CSWpy-requests
-ARCHALL_CSWpy-requests = 1
-
-SKIPTEST = 1
-
-include gar/category.mk
-

Copied: csw/mgar/pkg/lang-python/asyncio/trunk/Makefile (from rev 22221, csw/mgar/pkg/lang-python/requests/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/lang-python/asyncio/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/asyncio/trunk/Makefile	2014-05-17 22:05:37 UTC (rev 23632)
@@ -0,0 +1,21 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = asyncio
+VERSION = 0.4.1
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = Reference implementation of PEP 3156
+
+DISTFILES  = $(NAME)-$(VERSION).tar.gz
+
+VENDOR_URL = https://pypi.python.org/pypi/$(NAME)
+
+PACKAGES = CSWpy-asyncio
+ARCHALL_CSWpy-asyncio = 1
+
+SKIPTEST = 1
+
+include gar/category.mk
+

Deleted: csw/mgar/pkg/lang-python/asyncio/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/requests/trunk/checksums	2013-10-06 16:45:22 UTC (rev 22140)
+++ csw/mgar/pkg/lang-python/asyncio/trunk/checksums	2014-05-17 22:05:37 UTC (rev 23632)
@@ -1 +0,0 @@
-488508ba3e8270992ad5b3fb54d364ca  requests-0.14.2.tar.gz

Copied: csw/mgar/pkg/lang-python/asyncio/trunk/checksums (from rev 22221, csw/mgar/pkg/lang-python/requests/trunk/checksums)
===================================================================
--- csw/mgar/pkg/lang-python/asyncio/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/asyncio/trunk/checksums	2014-05-17 22:05:37 UTC (rev 23632)
@@ -0,0 +1 @@
+c71b0ff195845047a98c9a8db66dbe0c  asyncio-0.4.1.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