[csw-devel] SF.net SVN: gar:[7323] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Nov 17 14:59:07 CET 2009


Revision: 7323
          http://gar.svn.sourceforge.net/gar/?rev=7323&view=rev
Author:   dmichelsen
Date:     2009-11-17 13:59:07 +0000 (Tue, 17 Nov 2009)

Log Message:
-----------
shout-python: Initial commit

Modified Paths:
--------------
    csw/mgar/pkg/shout-python/trunk/Makefile
    csw/mgar/pkg/shout-python/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/shout-python/

Modified: csw/mgar/pkg/shout-python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pyyaml/trunk/Makefile	2009-11-15 19:36:00 UTC (rev 7302)
+++ csw/mgar/pkg/shout-python/trunk/Makefile	2009-11-17 13:59:07 UTC (rev 7323)
@@ -2,57 +2,34 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header$
 
-GARNAME = pyyaml
-GARVERSION = 3.09
+GARNAME = shout-python
+GARVERSION = 0.2.1
 CATEGORIES = python
 
-PROJ_NAME = PyYAML
+DESCRIPTION = Python bindings for libshout 2
 
 define BLURB
-  PyYAML is a YAML parser and emitter for the Python programming language.
-
-  PyYAML features:
-  
-  * a complete YAML 1.1 parser. In particular, PyYAML can parse all examples
-    from the specification. The parsing algorithm is simple enough to be a
-    reference for YAML parser implementors.
-  * Unicode support including UTF-8/UTF-16 input/output and \u escape
-    sequences.
-  * low-level event-based parser and emitter API (like SAX).
-  * high-level API for serializing and deserializing native Python
-    objects (like DOM or pickle).
-  * support for all types from the YAML types repository. A
-    simple extension API is provided.
-  * both pure-Python and fast LibYAML-based parsers and
-    emitters.
-  * relatively sensible error messages. 
 endef
 
-MASTER_SITES = http://pyyaml.org/download/pyyaml/
-DISTFILES  = $(PROJ_NAME)-$(GARVERSION).tar.gz
-WORKSRC = $(WORKDIR)/$(PROJ_NAME)-$(GARVERSION)
-SPKG_SOURCEURL = http://pyyaml.org/wiki/PyYAML
+MASTER_SITES = http://downloads.us.xiph.org/releases/libshout/
+DISTFILES  = $(DISTNAME).tar.gz
 
-PACKAGES = CSWpy-yaml CSWpy-yaml-rt
-CATALOGNAME_CSWpy-yaml = py_yaml
-CATALOGNAME_CSWpy-yaml-rt = py_yaml_rt
+SPKG_SOURCEURL = http://www.icecast.org/
 
-REQUIRED_PKGS_CSWpy-yaml =
-REQUIRED_PKGS_CSWpy-yaml-rt = CSWpython-rt CSWlibyaml
-PREREQUISITE_PKGS = $(REQUIRED_PKGS_CSWpy-yaml) $(REQUIRED_PKGS_CSWpy-yaml-rt)
+REQUIRED_PKGS = CSWlibogg CSWlibshout CSWspeex CSWtheora CSWvorbis
 
-SPKG_DESC_CSWpy-yaml = YAML parser and emitter for Python
-SPKG_DESC_CSWpy-yaml-rt = Runtime libraries for YAML parser and emitter
+PACKAGES = CSWpyshout
+CATALOGNAME_CSWpyshout = py_shout
 
-ARCHALL_CSWpy-yaml = 1
-PKGFILES_CSWpy-yaml-rt = /opt/csw/lib/python/site-packages/.*\.so
+REQUIRED_PKGS_CSWpyshout =
 
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+BUILD_SCRIPTS = custom
 
-BUILD_SCRIPTS = py-yaml
+TEST_SCRIPTS =
 
-build-py-yaml:
-	(cd $(WORKSRC); $(BUILD_ENV) python setup.py --with-libyaml build)
+include gar/category.mk
+
+build-custom:
+	(cd $(WORKSRC); $(BUILD_ENV) python setup.py build)
 	@$(MAKECOOKIE)
 
-include gar/category.mk

Modified: csw/mgar/pkg/shout-python/trunk/checksums
===================================================================
--- csw/mgar/pkg/pyyaml/trunk/checksums	2009-11-15 19:36:00 UTC (rev 7302)
+++ csw/mgar/pkg/shout-python/trunk/checksums	2009-11-17 13:59:07 UTC (rev 7323)
@@ -1 +1 @@
-f219af2361e87fdc5e85e95b84c11d87  download/PyYAML-3.09.tar.gz
+864cfecc2474590470fcce750416b7d3  shout-python-0.2.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