SF.net SVN: gar:[22353] csw/mgar/pkg/lang-python
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Nov 3 02:09:33 CET 2013
Revision: 22353
http://gar.svn.sourceforge.net/gar/?rev=22353&view=rev
Author: wahwah
Date: 2013-11-03 01:09:29 +0000 (Sun, 03 Nov 2013)
Log Message:
-----------
astroid: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/lang-python/astroid/trunk/Makefile
csw/mgar/pkg/lang-python/astroid/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/lang-python/astroid/
Modified: csw/mgar/pkg/lang-python/astroid/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python-dateutil/trunk/Makefile 2013-10-06 16:45:22 UTC (rev 22140)
+++ csw/mgar/pkg/lang-python/astroid/trunk/Makefile 2013-11-03 01:09:29 UTC (rev 22353)
@@ -1,35 +1,21 @@
# $Id$
-NAME = python-dateutil
-VERSION = 1.5
+NAME = astroid
+VERSION = 1.0.0
CATEGORIES = python
GARTYPE = v2
-DESCRIPTION = Dateutil provides powerful extensions to the standard python datetime module
-define BLURB
- Dateutil offers functionality such as computing relative time deltas,
- computing dates based on flexible recurrence rules, generic parsing of
- dates, handling of tzfile(5) format files and computing of Easter
- Sunday for various calendars.
-endef
+DESCRIPTION = Rebuild a new abstract syntax tree from Python ast
-MASTER_SITES = http://labix.org/download/$(NAME)/
DISTFILES = $(DISTNAME).tar.gz
-SPKG_SOURCEURL = http://labix.org/$(NAME)/
+VENDOR_URL = https://pypi.python.org/pypi/astroid
+UPSTREAM_MASTER_SITES = https://pypi.python.org/pypi/astroid/1.0.0
BUILD_DEP_PKGS = CSWpy-setuptools
-PACKAGES = CSWpy-dateutil
-UPSTREAM_MASTER_SITES = http://labix.org/python-dateutil/
+PACKAGES = CSWpy-astroid
-TEST_SCRIPTS = dateutil
+DEP_PKGS = CSWpy-logilab-common
+CHECKPKG_OVERRIDES_CSWpy-astroid += surplus-dependency|CSWpy-logilab-common
-LICENSE = LICENSE
ARCHALL = 1
-CHECKPKG_OVERRIDES_CSWpy-dateutil += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/dateutil/tz.py
-CHECKPKG_OVERRIDES_CSWpy-dateutil += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/dateutil/tz.py
-
include gar/category.mk
-
-test-dateutil:
- (cd $(WORKSRC); python test.py)
- @$(MAKECOOKIE)
Modified: csw/mgar/pkg/lang-python/astroid/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/python-dateutil/trunk/checksums 2013-10-06 16:45:22 UTC (rev 22140)
+++ csw/mgar/pkg/lang-python/astroid/trunk/checksums 2013-11-03 01:09:29 UTC (rev 22353)
@@ -1 +1 @@
-35f3732db3f2cc4afdc68a8533b60a52 python-dateutil-1.5.tar.gz
+e74430dfbbe09cd18ef75bd76f95425a astroid-1.0.0.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