diff options
-rw-r--r-- | COPYING.SBPYTHON2 (renamed from COPYING.BPYTHON2) | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | config.project | 2 | ||||
-rw-r--r-- | project/pyexts.c | 6 |
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 */ /* */ @@ -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 */ /*******************************************************************/ |