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

port dbt #5

Closed
wants to merge 26 commits into from
Closed

port dbt #5

wants to merge 26 commits into from

Conversation

patmaddox
Copy link
Owner

@patmaddox patmaddox commented Aug 9, 2023

  • port template
    • basic makefile
    • check dependencies
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions

submit PRs

  • databases/py-dbt-core
    • devel/py-mashumaro
    • dbt_extractor
    • hologram
    • minimal-snowplow-tracker
    • dbt-semantic-interfaces
  • databases/py-dbt-duckdb
    • devel/py-dbt-core
  • databases/py-dbt-semantic-interfaces
  • databases/py-dbt-snowflake
    • snowflake-connector-python (secure-local-storage option?)
    • dbt-core
  • databases/py-schemachange
    • snowflake-connector-python
  • databases/py-snowddl
    • py-snowflake-connector
  • databases/py-snowflake-connector-python
  • devel/py-dbt-extractor
    • py-tree-sitter
  • devel/py-hologram
  • devel/py-mashumaro
  • devel/py-minimal-snowplow-tracker
  • devel/py-tree-sitter

ports

  • databases/py-dbt-duckdb
    • basic makefile
    • check dependencies
      • devel/py-dbt-core
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • databases/py-dbt-snowflake
    • basic makefile
    • check dependencies
      • snowflake-connector-python (secure-local-storage option?)
      • dbt-core
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • databases/py-schemachange
    • basic makefile
    • check dependencies
      • snowflake-connector-python
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • databases/py-snowddl
    • basic makefile
    • check dependencies
      • py-snowflake-connector
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • databases/py-snowflake-connector
    • basic makefile
    • check dependencies
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • devel/py-dbt-core
    • basic makefile
    • check dependencies
      • mashumaro (msgpack option?)
      • dbt_extractor
      • hologram
      • minimal-snowplow-tracker
      • dbt-semantic-interfaces
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • devel/py-dbt_extractor
    • basic makefile
    • check dependencies
      • py-tree-sitter
      • tree-sitter-jinja2?
      • rust crates
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • devel/py-dbt_semantic_interfaces
    • basic makefile
    • check dependencies
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • devel/py-hologram
    • basic makefile
    • check dependencies
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • devel/py-mashumaro
    • basic makefile
    • check dependencies
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • devel/py-minimal-snowplow-tracker
    • basic makefile
    • check dependencies
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • devel/py-rtoml
    • basic makefile
    • check dependencies
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • devel/py-setuptools_dso
    • basic makefile
    • check dependencies
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • devel/py-tree-sitter-jinja2
    • basic makefile
    • check dependencies
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • devel/py-tree_sitter
    • basic makefile
    • check dependencies
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions
  • devel/tree-sitter-jinja2
    • basic makefile
    • check dependencies
    • clean build
    • configure make test if possible
    • test with poudriere
    • lint
    • verify license
    • dependency versions

@patmaddox
Copy link
Owner Author

patmaddox commented Oct 18, 2023

unable to get these dependency lines in py-snowflake-connector-python:

		${PYTHON_PKGNAMEPREFIX}cryptography>=3.1.0,<42:security/py-cryptography@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}openssl>=16.2.0,<24.0.0:security/py-openssl@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1,<1.27:net/py-urllib3@${PY_FLAVOR} \

py-dbt-core:

		${PYTHON_PKGNAMEPREFIX}logbook>=1.5,<1.6:devel/py-logbook@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}networkx>=2.3,<4:math/py-networkx@${PY_FLAVOR} \

@patmaddox patmaddox closed this Jan 14, 2024
@patmaddox patmaddox deleted the dev-dbt branch January 14, 2024 12:14
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