+github.com/dateutil/dateutil (#5194)

* new file:   projects/github.com/dateutil/dateutil/package.yml

* python.org: ~3.11 & remove symlinking
This commit is contained in:
Andrew 2024-02-15 18:20:57 +02:00 committed by GitHub
parent 241ded51c5
commit 66ea691626
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,17 @@
distributable:
url: git+https://github.com/dateutil/dateutil.git
ref: ${{version.tag}}
versions:
github: dateutil/dateutil
dependencies:
github.com/benjaminp/six: ^1.16
python.org: ~3.11
runtime:
env:
PYTHONPATH: ${{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages:$PYTHONPATH
build: python -m pip install --prefix={{prefix}} .
test: python -c 'import dateutil; print(dateutil.__version__)' | grep {{version}}