Revision: 25902 http://sourceforge.net/p/gar/code/25902 Author: janholzh Date: 2016-08-29 08:31:43 +0000 (Mon, 29 Aug 2016) Log Message: ----------- lang-python/txgithub/trunk: add python module txgithub
Added Paths: ----------- csw/mgar/pkg/lang-python/txgithub/ csw/mgar/pkg/lang-python/txgithub/Makefile csw/mgar/pkg/lang-python/txgithub/branches/ csw/mgar/pkg/lang-python/txgithub/tags/ csw/mgar/pkg/lang-python/txgithub/trunk/ csw/mgar/pkg/lang-python/txgithub/trunk/Makefile csw/mgar/pkg/lang-python/txgithub/trunk/checksums csw/mgar/pkg/lang-python/txgithub/trunk/files/ Added: csw/mgar/pkg/lang-python/txgithub/Makefile =================================================================== --- csw/mgar/pkg/lang-python/txgithub/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/txgithub/Makefile 2016-08-29 08:31:43 UTC (rev 25902) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/lang-python/txgithub/trunk =================================================================== --- csw/mgar/pkg/lang-python/txgithub/trunk 2016-08-29 08:15:39 UTC (rev 25901) +++ csw/mgar/pkg/lang-python/txgithub/trunk 2016-08-29 08:31:43 UTC (rev 25902) Property changes on: csw/mgar/pkg/lang-python/txgithub/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/lang-python/txgithub/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/txgithub/trunk/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/txgithub/trunk/Makefile 2016-08-29 08:31:43 UTC (rev 25902) @@ -0,0 +1,38 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = txgithub +VERSION = 15.0.0 +GARTYPE = v2 +CATEGORIES = python + +DESCRIPTION = GitHub API client implemented using Twisted + +MASTER_SITES = $(PYPI_MIRROR) +DISTFILES += $(DISTNAME).tar.gz + +BUILD_DEP_PKGS_CSWpy-txgithub += CSWpy-twisted +BUILD_DEP_PKGS_CSWpy-txgithub += CSWpy-openssl + +PACKAGES += CSWpy-txgithub +SPKG_DESC_CSWpy-txgithub = GitHub API client implemented using Twisted +# PKGFILES is catchall + +# Buildbot is 2.7 only and the server is Solaris 10 only +MODULATIONS_PYTHON_VERSION = 2_7 + + +ARCHALL_CSWpy-txgithub = 1 + +RUNTIME_DEP_PKGS_CSWpy-txgithub += CSWpy-twisted +RUNTIME_DEP_PKGS_CSWpy-txgithub += CSWpy-openssl + +CHECKPKG_OVERRIDES_CSWpy-txgithub += python-package-missing-py26-files +CHECKPKG_OVERRIDES_CSWpy-txgithub += surplus-dependency|CSWpy-twisted +CHECKPKG_OVERRIDES_CSWpy-txgithub += surplus-dependency|CSWpy-openssl + + +TEST_SCRIPTS = + +include gar/category.mk + Property changes on: csw/mgar/pkg/lang-python/txgithub/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/lang-python/txgithub/trunk/checksums =================================================================== --- csw/mgar/pkg/lang-python/txgithub/trunk/checksums (rev 0) +++ csw/mgar/pkg/lang-python/txgithub/trunk/checksums 2016-08-29 08:31:43 UTC (rev 25902) @@ -0,0 +1 @@ +60a532486394cf93d36cbf3da72caf08 txgithub-15.0.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.