Skip to content

Commit

Permalink
Merge pull request #50 from open-vcpkg/dateutil
Browse files Browse the repository at this point in the history
Make dateutil processable by update bot
  • Loading branch information
m-kuhn authored Oct 11, 2024
2 parents ca825c7 + 950546b commit a0c84e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
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 @@ -38,7 +38,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

0 comments on commit a0c84e3

Please sign in to comment.