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

Remove Rust hydration #316

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Remove Rust hydration #316

wants to merge 2 commits into from

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

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.

1 participant