SF.net SVN: gar:[23073] csw/mgar/pkg/lang-python
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Feb 27 16:50:54 CET 2014
Revision: 23073
http://sourceforge.net/p/gar/code/23073
Author: dmichelsen
Date: 2014-02-27 15:50:50 +0000 (Thu, 27 Feb 2014)
Log Message:
-----------
lang-python/gyp: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/lang-python/gyp/trunk/Makefile
csw/mgar/pkg/lang-python/gyp/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/lang-python/gyp/
Modified: csw/mgar/pkg/lang-python/gyp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/twisted/trunk/Makefile 2014-02-20 18:39:23 UTC (rev 23055)
+++ csw/mgar/pkg/lang-python/gyp/trunk/Makefile 2014-02-27 15:50:50 UTC (rev 23073)
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-NAME = Twisted
-VERSION = 13.1.0
+NAME = gyp
+VERSION = 0.1
CATEGORIES = python
GARTYPE = v2
@@ -13,33 +13,25 @@
mail servers, and more.
endef
-MASTER_SITES += $(PYPI_MIRROR)
-DISTFILES += $(DISTNAME).tar.bz2
+MASTER_SITES += manual://
+DISTFILES += $(DISTNAME).tar.gz
-# For /usr/include/sys/socket.h to make msghdr.msg_control available.
-# Add definition until this is fixed:
-# https://twistedmatrix.com/trac/ticket/6787
-EXTRA_CPPFLAGS += -D_XPG4_2
-
LICENSE = LICENSE
-PACKAGES += CSWpy-twisted
-SPKG_DESC_CSWpy-twisted = An event-driven networking engine
-RUNTIME_DEP_PKGS_CSWpy-twisted += CSWlibpython2-6-1-0
-RUNTIME_DEP_PKGS_CSWpy-twisted += CSWpy-zope-interface
-RUNTIME_DEP_PKGS_CSWpy-twisted += CSWlibpython2-7-1-0
-RUNTIME_DEP_PKGS_CSWpy-twisted += CSWlibgcc-s1
-OBSOLETED_BY_CSWpy-twisted = CSWtwisted
+PACKAGES += CSWgyp
+SPKG_DESC_CSWgyp = Generate Your Projects
+# PKGFILES is catchall
-CHECKPKG_OVERRIDES_CSWpy-twisted += surplus-dependency|CSWpy-zope-interface
+# The projects name is 'gyp'
+CHECKPKG_OVERRIDES_CSWgyp += pkgname-does-not-start-with-CSWpy-
+CHECKPKG_OVERRIDES_CSWgyp += catalogname-does-not-start-with-py_
-CHECKPKG_OVERRIDES_CSWpy-twisted += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.6/site-packages/twisted/conch/unix.py
-CHECKPKG_OVERRIDES_CSWpy-twisted += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/twisted/conch/unix.py
-CHECKPKG_OVERRIDES_CSWpy-twisted += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.6/site-packages/twisted/conch/openssh_compat/factory.py
-CHECKPKG_OVERRIDES_CSWpy-twisted += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/twisted/conch/openssh_compat/factory.py
-CHECKPKG_OVERRIDES_CSWpy-twisted += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.6/site-packages/twisted/tap/ftp.py
-CHECKPKG_OVERRIDES_CSWpy-twisted += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/twisted/tap/ftp.py
-CHECKPKG_OVERRIDES_CSWpy-twisted += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/twisted/scripts/tap2deb.py
-CHECKPKG_OVERRIDES_CSWpy-twisted += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/twisted/scripts/tap2deb.py
+# These are default pathes
+CHECKPKG_OVERRIDES_CSWgyp += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.6/site-packages/gyp/generator/eclipse.py
+CHECKPKG_OVERRIDES_CSWgyp += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.6/site-packages/gyp/generator/xcode.py
+CHECKPKG_OVERRIDES_CSWgyp += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.6/site-packages/gyp/xcode_emulation.py
+CHECKPKG_OVERRIDES_CSWgyp += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/gyp/generator/eclipse.py
+CHECKPKG_OVERRIDES_CSWgyp += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/gyp/generator/xcode.py
+CHECKPKG_OVERRIDES_CSWgyp += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/gyp/xcode_emulation.py
include gar/category.mk
Modified: csw/mgar/pkg/lang-python/gyp/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/twisted/trunk/checksums 2014-02-20 18:39:23 UTC (rev 23055)
+++ csw/mgar/pkg/lang-python/gyp/trunk/checksums 2014-02-27 15:50:50 UTC (rev 23073)
@@ -1 +1 @@
-5609c91ed465f5a7da48d30a0e7b6960 Twisted-13.1.0.tar.bz2
+0a302f9c45bdfbc560375fb1ea710913 gyp-0.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