Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make dateutil processable by update bot #50

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ports/py-dateutil/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
string(REGEX REPLACE "^py-" "" package "${PORT}")

# PYPI_PROJECT_NAME python-dateutil
vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME python-${package}
Expand Down
1 change: 1 addition & 0 deletions ports/py-dateutil/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "py-dateutil",
"version": "2.9.0",
"port-version": 1,
"description": "Useful extensions to the standard Python datetime features",
"homepage": "https://github.com/dateutil/dateutil",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"py-dateutil": {
"baseline": "2.9.0",
"port-version": 0
"port-version": 1
},
"py-flit-core": {
"baseline": "3.9.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-dateutil.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "491d9148b2def0f2efb1036bda95afe09d282952",
"version": "2.9.0",
"port-version": 1
},
{
"git-tree": "57971053e0b1d5b5eb77f5f4f3db09a6bf637d37",
"version": "2.9.0",
Expand Down
Loading