Skip to content

Commit

Permalink
(feat) update to pythonsh 0.9.4 , fix the Pipfile, and update python.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcathedrals committed Feb 19, 2024
1 parent 91ebccc commit 791d9c4
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "pythonsh"]
path = pythonsh
url = [email protected]:coderofmattie/pythonsh.git
url = [email protected]:bitcathedrals/pythonsh.git
15 changes: 10 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
requests = "*"

toml = {version = "*", index = "pypi"}
version-parser = {version = "*", index = "pypi"}
requests = {version = "~=2.31", index = "pypi"}
[dev-packages]
build = "*"

build = {version = "*", index = "pypi"}
ptpython = {version = "*", index = "pypi"}
pytest = {version = "*", index = "pypi"}
pipenv = {version = "*", index = "pypi"}
pip = {version = "*", index = "pypi"}
[requires]
python_version = "3.10"
python_version = "3.12"
3 changes: 2 additions & 1 deletion python.paths
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
src/
src/

11 changes: 7 additions & 4 deletions python.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
PYTHON_VERSION="3.10:latest"
# pastepipe - python.sh
VERSION=0.2.1

VIRTUAL_PREFIX="pastepipe"
PACKAGES="pastepipe"
SOURCE="src"

VERSION=0.2.0
BUILD_NAME="pastepipe"
VIRTUAL_PREFIX='pastepipe'

EDITOR=nano
PYTHON_VERSION='3.12'
2 changes: 1 addition & 1 deletion pythonsh
4 changes: 4 additions & 0 deletions src/pastepipe/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[packages]
requests = "~=2.31"


0 comments on commit 791d9c4

Please sign in to comment.