git @ Cat's Eye Technologies The-Platform / 45168ee
Include Python packages used by Feedmark; all tests pass. Chris Pressey 2 years ago
2 changed file(s) with 16 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1717 https://github.com/tcarmelveilleux/dcc6502/archive/680c21299241133449056c2ddfbc0dd087dc3807.tar.gz@dcc6502-2.1-2018.0902.tar.gz
1818 https://github.com/catseye/minischeme/archive/refs/tags/0.85ce1.tar.gz@minischeme-0.85ce1.tar.gz
1919 https://github.com/catseye/ee/archive/refs/tags/1.5.2ce1.tar.gz@ee-1.5.2ce1.tar.gz
20 https://files.pythonhosted.org/packages/e3/8a/60c7dbcca21c51dff6df932a10c4b2d453ea474428c64021dd5ba609f8d5/atomize-0.2.0.tar.gz
21 https://files.pythonhosted.org/packages/1d/25/3f6d2cb31ec42ca5bd3bfbea99b63892b735d76e26f20dd2dcc34ffe4f0d/Markdown-2.6.8.tar.gz
22 https://files.pythonhosted.org/packages/4e/2f/63c252850ca79759810a988c0555cdfb67a89750743ae3943a1de106a5d2/beautifulsoup4-4.12.1.tar.gz
2023 "
2124
2225 if [ "x$DISTREPO_ROOT" = "x" ]; then
5962 * Then run:
6063 sh /cdrom/populate-infra.sh
6164 sh /cdrom/build-infra.sh 2>&1 | tee build-infra-log.txt
65 sh /cdrom/install-python-packages.sh
6266 sh /cdrom/populate-catseye.sh
6367 sh /cdrom/build-catseye.sh 2>&1 | tee build-catseye-log.txt
6468 shelf_test catseye/* 2>&1 | tee test-catseye-log.txt
0 #!/bin/sh
1
2 cd /home/user/catseye/Python-3.9.13/install/lib/python3.9/site-packages/
3
4 tar zxvf /cdrom/atomize-0.2.0.tar.gz
5 mv atomize-0.2.0/src3/atomize.py atomize.py
6
7 tar zxvf /cdrom/Markdown-2.6.8.tar.gz
8 mv Markdown-2.6.8/markdown markdown
9
10 tar zxvf /cdrom/beautifulsoup4-4.12.1.tar.gz
11 mv beautifulsoup4-4.12.1/bs4 bs4