Compare commits

...

6 Commits
master ... 3.6

Author SHA1 Message Date
dave b64bd3c2e3 fix install path 2018-11-01 22:39:33 -07:00
dave d2e1271e5b use local git mirror 2018-11-01 21:53:55 -07:00
dave ebf131aad9 test commit 2018-11-01 21:14:08 -07:00
dave 361db966ec Fixes 2018-10-31 11:37:53 -07:00
dave f7dba914a3 Set version 2018-10-18 22:12:06 -07:00
dave b5df2532bb Initial commit - python v3.7.0 2018-10-18 22:12:06 -07:00
6 changed files with 11 additions and 11 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "cpython"] [submodule "cpython"]
path = cpython path = cpython
url = https://github.com/python/cpython.git url = http://192.168.1.122:4808/dave/cpython.git

View File

@ -1,7 +1,7 @@
#!/usr/bin/make -f #!/usr/bin/make -f
PY3_SRC=./cpython/ 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: all:
cd $(PY3_SRC) && \ cd $(PY3_SRC) && \
@ -11,7 +11,7 @@ all:
install: install:
cd $(PY3_SRC) && \ cd $(PY3_SRC) && \
make install 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: clean:
cd $(PY3_SRC) && \ cd $(PY3_SRC) && \

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# export PATH=$PATH:/usr/bin #export PATH=$PATH:/usr/bin
time dpkg-buildpackage -us -uc -b time dpkg-buildpackage -us -uc -b
@ -8,4 +8,4 @@ ls -la ../
mkdir -p ./out mkdir -p ./out
mv ../*.buildinfo ../*.changes ../*.deb mv ../*.buildinfo ../*.changes ../*.deb ./out/

@ -1 +1 @@
Subproject commit 1bf9cc509326bc42cd8cb1650eb9bf64550d817e Subproject commit 6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9

6
debian/changelog vendored
View File

@ -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
View File

@ -1,4 +1,4 @@
Source: extpython-python3.7 Source: extpython-python3.6
Section: unknown Section: unknown
Priority: optional Priority: optional
Maintainer: ubuntu <ubuntu@unknown> Maintainer: ubuntu <ubuntu@unknown>
@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.4 Standards-Version: 3.9.4
Homepage: <insert the upstream URL, if relevant> Homepage: <insert the upstream URL, if relevant>
Package: extpython-python3.7 Package: extpython-python3.6
Architecture: amd64 Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description> Description: <insert up to 60 chars description>