From e524f2e232a413ca3fd9ebbf1ca6902b0cd5fb85 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Wed, 4 Sep 2024 16:07:58 -0400 Subject: [PATCH] fix: Fix development dependencies issues with distlib and move from conda pkg build to python-build (#314) --- poetry.lock | 9 +++++++-- .../virtualenvs/conda/dev.yaml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index f4c6f048..3c40e5c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1776,14 +1776,19 @@ files = [ [[package]] name = "paginate" -version = "0.5.6" +version = "0.5.7" description = "Divides large result sets into pages for easier browsing" optional = false python-versions = "*" files = [ - {file = "paginate-0.5.6.tar.gz", hash = "sha256:5e6007b6a9398177a7e1648d04fdd9f8c9766a1a945bceac82f1929e8c78af2d"}, + {file = "paginate-0.5.7-py2.py3-none-any.whl", hash = "sha256:b885e2af73abcf01d9559fd5216b57ef722f8c42affbb63942377668e35c7591"}, + {file = "paginate-0.5.7.tar.gz", hash = "sha256:22bd083ab41e1a8b4f3690544afb2c60c25e5c9a63a30fa2f483f6c60c8e5945"}, ] +[package.extras] +dev = ["pytest", "tox"] +lint = ["black"] + [[package]] name = "pandocfilters" version = "1.5.1" diff --git a/src/scicookie/{{cookiecutter.project_slug}}/virtualenvs/conda/dev.yaml b/src/scicookie/{{cookiecutter.project_slug}}/virtualenvs/conda/dev.yaml index 094fb412..d94ec78c 100644 --- a/src/scicookie/{{cookiecutter.project_slug}}/virtualenvs/conda/dev.yaml +++ b/src/scicookie/{{cookiecutter.project_slug}}/virtualenvs/conda/dev.yaml @@ -13,7 +13,7 @@ dependencies: - meson-python {%- elif cookiecutter.build_system == "setuptools" %} - setuptools - - build + - python-build {%- elif cookiecutter.build_system == "pdm" %} - pdm {%- elif cookiecutter.build_system == "hatch" %}