summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-10 21:25:49 -0500
committermidipix <writeonce@midipix.org>2018-12-10 21:25:49 -0500
commit289419ad40fbbfce58001d0564c275905aabfe21 (patch)
tree549cbe42506d4d2b068e79ba0c2c766e9226fdbc
parentc4ed3b2e5a3f6e4e5192c9a4a65d0451caf37820 (diff)
downloadsbpython2-289419ad40fbbfce58001d0564c275905aabfe21.tar.bz2
sbpython2-289419ad40fbbfce58001d0564c275905aabfe21.tar.xz
project: updated meta files and comments with the project's updated name.
-rw-r--r--COPYING.SBPYTHON2 (renamed from COPYING.BPYTHON2)2
-rw-r--r--README2
-rw-r--r--config.project2
-rw-r--r--project/pyexts.c6
4 files changed, 6 insertions, 6 deletions
diff --git a/COPYING.BPYTHON2 b/COPYING.SBPYTHON2
index 72ea249..992361b 100644
--- a/COPYING.BPYTHON2
+++ b/COPYING.SBPYTHON2
@@ -1,6 +1,6 @@
/*****************************************************************************/
/* */
-/* bpython2: external configurable build project for Python-2.7. */
+/* sbpython2: external configurable build project for Python-2.7. */
/* */
/* Copyright (C) 2018 Z. Gilboa */
/* */
diff --git a/README b/README
index 17ca01d..1ef19bc 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-bpython2: external configurable build project for Python-2.7.
+sbpython2: external configurable build project for Python-2.7.
Option 1: hack on Python's build system and tame its setup.py.
Option 2: build Python using a clean, external, sofort-based build system.
diff --git a/config.project b/config.project
index 27ac75f..96b9687 100644
--- a/config.project
+++ b/config.project
@@ -8,7 +8,7 @@ mb_avoid_version=no
mb_pkgname='python2.7'
mb_pkgdesc='python2.7'
mb_pkgusrc=
-mb_pkgrepo='git://midipix.org/bpython2'
+mb_pkgrepo='git://midipix.org/sbpython2'
mb_pkgpsrc=
mb_pkgdurl=
mb_pkgdefs=
diff --git a/project/pyexts.c b/project/pyexts.c
index 44af123..5048ffe 100644
--- a/project/pyexts.c
+++ b/project/pyexts.c
@@ -1,13 +1,13 @@
/*******************************************************************/
-/* bpython2: external configurable build project for Python-2.7. */
+/* sbpython2: external configurable build project for Python-2.7. */
/* Copyright (C) 2018 Z. Gilboa */
-/* Released under the Standard MIT License; see COPYING.BPYTHON2. */
+/* Released under the Standard MIT License; see COPYING.SBPYTHON2.*/
/*******************************************************************/
/*******************************************************************/
/* pyexts.c: a simple development-time utility for generating */
/* make rules for python's extension modules. The utility is */
-/* included with the bpython2 project for reference only. */
+/* included with the sbpython2 project for reference only. */
/* */
/* cc -std=c99 -D_XOPEN_SOURCE=700 pyexts.c */
/*******************************************************************/