Skip to content

Conversation

@gadomski
Copy link
Member

I moved the Rust+Python stuff to a micro-repo: https://github.com/gadomski/hydraters. That lets us remove all the maturin and other Rust build-y stuff from this repo.

For CI, we'll need to:

@gadomski gadomski requested a review from bitner November 11, 2024 23:32
@gadomski gadomski self-assigned this Nov 11, 2024
Comment on lines -135 to -137
include = [
"pypgstac/migrations/*.sql"
]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I verified that hatchling grabs the sql files:

$ python -m build src/pypgstac
$ tar tvf src/pypgstac/dist/pypgstac-0.9.1.dev0.tar.gz | grep sql -m 5 
-rw-r--r--  0 0      0          86 Feb  1  2020 pypgstac-0.9.1.dev0/src/pypgstac/migrations/pgstac.0.1.9-0.2.3.sql
-rw-r--r--  0 0      0       35445 Feb  1  2020 pypgstac-0.9.1.dev0/src/pypgstac/migrations/pgstac.0.1.9.sql
-rw-r--r--  0 0      0          86 Feb  1  2020 pypgstac-0.9.1.dev0/src/pypgstac/migrations/pgstac.0.2.3-0.2.4.sql
-rw-r--r--  0 0      0       35445 Feb  1  2020 pypgstac-0.9.1.dev0/src/pypgstac/migrations/pgstac.0.2.3.sql
-rw-r--r--  0 0      0        7132 Feb  1  2020 pypgstac-0.9.1.dev0/src/pypgstac/migrations/pgstac.0.2.4-0.2.5.sql

@bitner bitner merged commit 6c569c0 into main Nov 14, 2024
4 checks passed
@gadomski gadomski deleted the remove-hydrate branch November 14, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants