gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r2392: add pyconfigure at 0.2


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2392: add pyconfigure at 0.2
Date: Wed, 22 May 2013 22:21:27 +0200
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 2392
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-05-22 22:21:27 +0200
message:
  add pyconfigure at 0.2
added:
  gnu/pyconfigure/
  gnu/pyconfigure/Makefile
  gnu/pyconfigure/config.mk
  gnu/pyconfigure/gpg-keyring
  gnu/pyconfigure/sha256sums
modified:
  TODO
=== modified file 'TODO'
--- a/TODO      2013-04-20 08:34:18 +0000
+++ b/TODO      2013-05-22 20:21:27 +0000
@@ -1,4 +1,3 @@
-
 # -*- org -*-
 #+TODO: TODO BROKEN DEFERRED | CANTTEST IGNORE DONE
 
@@ -871,7 +870,7 @@
    CLOSED: [2013-01-05 Sat 18:17]
 ** DONE pth
    CLOSED: [2012-12-16 Sun 20:12]
-** IGNORE pyconfigure
+** DONE pyconfigure
    CLOSED: [2012-12-16 Sun 20:16]
 *** dev only (no install); low priority
 ** DEFERRED pythonwebkit

=== added directory 'gnu/pyconfigure'
=== added file 'gnu/pyconfigure/Makefile'
--- a/gnu/pyconfigure/Makefile  1970-01-01 00:00:00 +0000
+++ b/gnu/pyconfigure/Makefile  2013-05-22 20:21:27 +0000
@@ -0,0 +1,46 @@
+# Copyright © 2013 Brandon Invergo <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+NAME = pyconfigure
+GARNAME = pyconfigure
+GARVERSION = 0.2
+HOME_URL = http://www.gnu.org/software/pyconfigure/
+DESCRIPTION = Configure interface for Python-based packages
+define BLURB
+Pyconfigure provides template files for easily implementing standards-
+compliant configure scripts and Makefiles for Python-based packages.
+It is designed to work alongside existing Python setup scripts, making
+it easy to integrate into existing projects.  Powerful and flexible
+Autoconf macros are available, allowing you to easily make adjustments
+to the installation procedure based on the capabilities of the target
+computer.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS =
+LIBDEPS = autoconf
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/pyconfigure/config.mk'
--- a/gnu/pyconfigure/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnu/pyconfigure/config.mk 2013-05-22 20:21:27 +0000
@@ -0,0 +1,4 @@
+## Configuration options for pyconfigure ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/pyconfigure/gpg-keyring'
Binary files a/gnu/pyconfigure/gpg-keyring      1970-01-01 00:00:00 +0000 and 
b/gnu/pyconfigure/gpg-keyring     2013-05-22 20:21:27 +0000 differ
=== added file 'gnu/pyconfigure/sha256sums'
--- a/gnu/pyconfigure/sha256sums        1970-01-01 00:00:00 +0000
+++ b/gnu/pyconfigure/sha256sums        2013-05-22 20:21:27 +0000
@@ -0,0 +1,2 @@
+c27a3d1ae4fe683b5bf28b4ce864afd18cc93ab663058578fc211b858dbb0629  
download/pyconfigure-0.2.tar.gz
+b2fbc0e35bd4eb722810cf789e7dd807a5be35fd372106a6d3d88faf117d9714  
download/pyconfigure-0.2.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]