Skip to content

Commit

Permalink
temporal: Remove ply from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Oct 6, 2024
1 parent aebe86a commit 2cf1b50
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion .github/workflows/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ python3-dateutil
python3-matplotlib
python3-numpy
python3-pil
python3-ply
python3-pyvirtualdisplay
python3-termcolor
sqlite3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ pandoc
pdal
pillow
pkg-config
ply
postgresql
proj
pytest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
python3-matplotlib
python3-numpy
python3-pip
python3-ply
python3-pytest
python3-pywin32
python3-wxpython
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/python_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
matplotlib
numpy
Pillow
ply
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ ARG GRASS_PYTHON_PACKAGES="\
matplotlib \
numpy \
pip \
ply \
psycopg2 \
python-dateutil \
python-magic \
Expand Down
3 changes: 0 additions & 3 deletions REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ Note: also the respective development packages (commonly named `xxx-dev` or
- **Python dateutil Library** (`python-dateutil`, needed for the tgrass modules `t.*`)
[https://pypi.org/project/python-dateutil/](https://pypi.org/project/python-dateutil/)
[https://github.com/dateutil/dateutil](https://github.com/dateutil/dateutil)
- **Python PLY Library (Python Lex-Yacc)** (`python-ply`, needed for the
temporal algebra in tgis)
[https://www.dabeaz.com/ply](https://www.dabeaz.com/ply/)
- **Pillow (Python Imaging Library)** (highly recommended for wxGUI and
necessary for wxGUI Cartographic Composer)
[https://python-pillow.org/](https://python-pillow.org/)
Expand Down
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"python3-dateutil",
"python3-dev",
"python3-numpy",
"python3-ply",
"python3-pil",
"libnetcdf-dev",
"netcdf-bin",
Expand Down
1 change: 0 additions & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ folium
matplotlib
numpy
Pillow
ply
PyVirtualDisplay
1 change: 0 additions & 1 deletion docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ RUN apt-get update && apt-get upgrade -y && \
python3-numpy \
python3-pil \
python3-pip \
python3-ply \
python3-setuptools \
python3-venv \
software-properties-common \
Expand Down
1 change: 0 additions & 1 deletion docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ ARG GRASS_PYTHON_PACKAGES="\
matplotlib \
numpy \
pip \
ply \
psycopg2 \
python-dateutil \
python-magic \
Expand Down
1 change: 0 additions & 1 deletion docker/ubuntu_wxgui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ RUN apt-get update && apt-get upgrade -y && \
python3-numpy \
python3-pil \
python3-pip \
python3-ply \
python3-setuptools \
python3-venv \
python3-wxgtk4.0 \
Expand Down
2 changes: 1 addition & 1 deletion mswindows/osgeo4w/setup.hint.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sdesc: "GRASS GIS - daily builds of development version"
ldesc: "Geographic Resources Analysis Support System (GRASS GIS) - daily builds of the main branch from Git"
category: Desktop
requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal python3-matplotlib libtiff python3-wxpython python3-pillow python3-pip python3-ply python3-pyopengl python3-psycopg2-binary zstd python3-pywin32
requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal python3-matplotlib libtiff python3-wxpython python3-pillow python3-pip python3-pyopengl python3-psycopg2-binary zstd python3-pywin32
maintainer: MartinLanda
curr: @GRASS_VERSION_NUMBER@-1
prev: @GRASS_VERSION_NUMBER@-1
1 change: 0 additions & 1 deletion singularity/debian/singularityfile_debian
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Singularity container for GRASS GIS to be run into GRASS main directory
python3-pdal \
python3-pillow \
python3-pip \
python3-ply \
python3-requests \
python3-setuptools \
python3-venv \
Expand Down

0 comments on commit 2cf1b50

Please sign in to comment.