Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
b64bd3c2e3 | |||
d2e1271e5b | |||
ebf131aad9 | |||
361db966ec | |||
f7dba914a3 | |||
b5df2532bb |
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "cpython"]
|
||||
path = cpython
|
||||
url = https://github.com/python/cpython.git
|
||||
url = http://192.168.1.122:4808/dave/cpython.git
|
||||
|
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
PY3_SRC=./cpython/
|
||||
PY3_CONFFLAGS=--prefix=$(DESTDIR)/opt/extpython/3.7.0 --with-ensurepip=install
|
||||
PY3_CONFFLAGS=--prefix=$(DESTDIR)/opt/extpython/3.6.7 --with-ensurepip=install
|
||||
|
||||
all:
|
||||
cd $(PY3_SRC) && \
|
||||
@ -11,7 +11,7 @@ all:
|
||||
install:
|
||||
cd $(PY3_SRC) && \
|
||||
make install
|
||||
# $(DESTDIR)/opt/extpython/3.7.0/bin/python3 $(DESTDIR)/opt/extpython/3.7.0/bin/pip3 install -r requirements.txt
|
||||
# $(DESTDIR)/opt/extpython/3.6.7/bin/python3 $(DESTDIR)/opt/extpython/3.6.7/bin/pip3 install -r requirements.txt
|
||||
|
||||
clean:
|
||||
cd $(PY3_SRC) && \
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# export PATH=$PATH:/usr/bin
|
||||
#export PATH=$PATH:/usr/bin
|
||||
|
||||
time dpkg-buildpackage -us -uc -b
|
||||
|
||||
@ -8,4 +8,4 @@ ls -la ../
|
||||
|
||||
mkdir -p ./out
|
||||
|
||||
mv ../*.buildinfo ../*.changes ../*.deb
|
||||
mv ../*.buildinfo ../*.changes ../*.deb ./out/
|
||||
|
2
cpython
2
cpython
@ -1 +1 @@
|
||||
Subproject commit 1bf9cc509326bc42cd8cb1650eb9bf64550d817e
|
||||
Subproject commit 6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,5 +1,5 @@
|
||||
extpython-python3.7 (3.7.0) unstable; urgency=low
|
||||
extpython-python3.6 (3.6.7) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
* Python tag v3.6.7
|
||||
|
||||
-- Dave Pedu <dave@davepedu.com> Wed, 17 OPct 2018 22:08:15 -0800
|
||||
-- Dave Pedu <dave@davepedu.com> Wed, 17 Oct 2018 22:08:15 -0800
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -1,4 +1,4 @@
|
||||
Source: extpython-python3.7
|
||||
Source: extpython-python3.6
|
||||
Section: unknown
|
||||
Priority: optional
|
||||
Maintainer: ubuntu <ubuntu@unknown>
|
||||
@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 8.0.0)
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: <insert the upstream URL, if relevant>
|
||||
|
||||
Package: extpython-python3.7
|
||||
Package: extpython-python3.6
|
||||
Architecture: amd64
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: <insert up to 60 chars description>
|
||||
|
Loading…
Reference in New Issue
Block a user