Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions recipes/python/anyio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "4.12.0"
PKG_LICENSE: "MIT"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/agronholm/anyio/archive/refs/tags/${PKG_VERSION}.tar.gz
digestSHA256: 1c14d1faa8bd5f42014ffe1b64df12369d9c84a2d3c192b773eef0f54892b0f5
stripComponents: 1

depends:
- python::setuptools-scm
- python::typing_extensions
- python::idna

buildVars: [PKG_VERSION]
buildSetup: |
export SETUPTOOLS_SCM_PRETEND_VERSION="${PKG_VERSION}"
buildScript: |
python3Build $1

packageScript: |
python3PackageTgt

provideDeps: ['*typing_extensions', '*idna']
17 changes: 17 additions & 0 deletions recipes/python/cachetools.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "6.2.2"
PKG_LICENSE: "MIT"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/tkem/cachetools/archive/refs/tags/v${PKG_VERSION}.tar.gz
digestSHA256: 1a37b0b530fc03f9680089d21bc7908d513a151698ddb371b114a37615753c8f
stripComponents: 1

buildScript: |
python3Build $1

packageScript: |
python3PackageTgt
22 changes: 22 additions & 0 deletions recipes/python/chardet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "5.2.0"
PKG_LICENSE: "LGPL-2.1"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/chardet/chardet/archive/refs/tags/${PKG_VERSION}.tar.gz
digestSHA256: 07249fb7bdf1fc669e2fb0eba58afe18fe6c5e3187ee806f22969f0e809a32dd
stripComponents: 1

depends:
- python::hatchling
- python::setuptools-scm
- python::hatch-vcs

buildScript: |
python3Build $1

packageScript: |
python3PackageTgt
17 changes: 17 additions & 0 deletions recipes/python/click.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "8.3.1"
PKG_LICENSE: "BSD-3-Clause"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/pallets/click/archive/refs/tags/${PKG_VERSION}.tar.gz
digestSHA256: df2fb64b9c3f0b5fbf65f1b69dd164cd2d8e7d5d8f6ee3abdafcff7fe2d63719
stripComponents: 1

buildScript: |
python3Build $1

packageScript: |
python3PackageTgt
22 changes: 22 additions & 0 deletions recipes/python/construct-dataclasses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "1.1.12"
PKG_LICENSE: "GPL-3.0"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/MatrixEditor/construct-dataclasses/archive/refs/tags/v${PKG_VERSION}.tar.gz
digestSHA256: efcc93a82645ef5f20d10a5e78526cfbaa095040a9f872bc38c9bf8f1d449b6a
stripComponents: 1

depends:
- python::construct

buildScript: |
python3Build $1

packageScript: |
python3PackageTgt

provideDeps: ['*construct']
17 changes: 17 additions & 0 deletions recipes/python/construct.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "2.10.70"
PKG_LICENSE: "MIT"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/construct/construct/archive/refs/tags/v${PKG_VERSION}.tar.gz
digestSHA256: ea468f7970fe425e2190016875a1f5955d45753d4560e84c5921e8d575b237c2
stripComponents: 1

buildScript: |
python3Build $1

packageScript: |
python3PackageTgt
17 changes: 17 additions & 0 deletions recipes/python/distlib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "0.4.0"
PKG_LICENSE: "PSF-2.0"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/pypa/distlib/archive/refs/tags/${PKG_VERSION}.tar.gz
digestSHA256: 98fb21cbb8c43d3deafc688ff58e024e79712568e837407d16b7037cd28d0041
stripComponents: 1

buildScript: |
python3Build $1

packageScript: |
python3PackageTgt
25 changes: 25 additions & 0 deletions recipes/python/filelock.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "3.20.0"
PKG_LICENSE: "Unlicense"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/tox-dev/filelock/archive/refs/tags/${PKG_VERSION}.tar.gz
digestSHA256: 6aa2eb5ebc5c2415dff4cee47a9ff5dc8978864167a0031fe1848ff374ecd256
stripComponents: 1

depends:
- python::hatchling
- python::setuptools-scm
- python::hatch-vcs

buildVars: [PKG_VERSION]
buildSetup: |
export SETUPTOOLS_SCM_PRETEND_VERSION="${PKG_VERSION}"
buildScript: |
python3Build $1

packageScript: |
python3PackageTgt
20 changes: 20 additions & 0 deletions recipes/python/h11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "0.16.0"
PKG_LICENSE: "MIT"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/python-hyper/h11/archive/refs/tags/v${PKG_VERSION}.tar.gz
digestSHA256: d164114d09552ea887b5c9ed206d5a8e5bc0bf07d33e07a32622f91f102182c2
stripComponents: 1

depends:
- python::setuptools-scm

buildScript: |
python3Build $1

packageScript: |
python3PackageTgt
20 changes: 20 additions & 0 deletions recipes/python/hatch-vcs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "0.5.0"
PKG_LICENSE: "MIT"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/ofek/hatch-vcs/archive/refs/tags/v${PKG_VERSION}.tar.gz
digestSHA256: a74465d21bb60eef75f01b3c189b73181f152a5eef2b26bd95de039e224953a7
stripComponents: 1

depends:
- python::hatchling

buildScript: |
python3Build $1

packageScript: |
python3PackageTgt
4 changes: 2 additions & 2 deletions recipes/python/hatchling.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "1.25.0"
PKG_VERSION: "1.28.0"
PKG_LICENSE: "MIT"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/pypa/hatch/archive/refs/tags/hatchling-v${PKG_VERSION}.tar.gz
digestSHA256: 0d8d66b687b8e765d19d2d0560f182457aa78cdbc45fef9430655ccaf1cd34b1
digestSHA256: 3a52e40675ab341eab0720fe22cbd82b6a0d18a6445e2ce6bb9aebb831ca79cd
stripComponents: 1

depends: &deps
Expand Down
17 changes: 17 additions & 0 deletions recipes/python/idna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "3.11"
PKG_LICENSE: "BSD-3-Clause"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/kjd/idna/archive/refs/tags/v${PKG_VERSION}.tar.gz
digestSHA256: 04c67db54fa23cd6d2276009f17ac8424471d6a7afa42e9b3e3805c93925eb0a
stripComponents: 1

buildScript: |
python3Build $1

packageScript: |
python3PackageTgt
30 changes: 30 additions & 0 deletions recipes/python/pkg_about.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "2.0.11"
PKG_LICENSE: "Zlib"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/karpierz/pkg_about/archive/refs/tags/${PKG_VERSION}.tar.gz
digestSHA256: f3c273b8bf8edfebc5fd6995d9211574ab6a126e77ae394e4fafeff8396e4550
stripComponents: 1

depends:
- python::tox
- python::pluggy
- python::python3-setuptools
- python::packaging
- python::typing_extensions

buildScript: |
python3Build $1

packageScript: |
python3PackageTgt

provideDeps:
- python::tox
- python::pluggy
- python::packaging
- python::typing_extensions
25 changes: 25 additions & 0 deletions recipes/python/platformdirs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "4.5.1"
PKG_LICENSE: "MIT"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/tox-dev/platformdirs/archive/refs/tags/${PKG_VERSION}.tar.gz
digestSHA256: 1c5e44517dd8c2b44e348598f0afebd32214178414843949e1d85204874805e4
stripComponents: 1

depends:
- python::hatchling
- python::setuptools-scm
- python::hatch-vcs

buildVars: [PKG_VERSION]
buildSetup: |
export SETUPTOOLS_SCM_PRETEND_VERSION="${PKG_VERSION}"
buildScript: |
python3Build $1

packageScript: |
python3PackageTgt
4 changes: 2 additions & 2 deletions recipes/python/pluggy.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "1.5.0"
PKG_VERSION: "1.6.0"
PKG_LICENSE: "MIT"

checkoutSCM:
scm: url
url: https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-${PKG_VERSION}.tar.gz
digestSHA256: 2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1
digestSHA256: 7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3
stripComponents: 1

depends:
Expand Down
25 changes: 25 additions & 0 deletions recipes/python/pyc_wheel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "2.0.11"
PKG_LICENSE: "MIT"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/karpierz/pyc_wheel/archive/refs/tags/${PKG_VERSION}.tar.gz
digestSHA256: 49be32f3db3d5dba4884d9c1944ee3d0142efec77e3adacb8ea8c2d07a4493e3
stripComponents: 1

depends:
- python::tox
- python::python3-setuptools
- python::typing_extensions
- python::pkg_about

buildScript: |
python3Build $1

packageScript: |
python3PackageTgt

provideDeps: [ '*setuptools', '*typing_extensions', '*pkg_about' ]
25 changes: 25 additions & 0 deletions recipes/python/pyproject-api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "1.10.0"
PKG_LICENSE: "MIT"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/tox-dev/pyproject-api/archive/refs/tags/${PKG_VERSION}.tar.gz
digestSHA256: 78ec2863f1b784a404f4dec52749bd447599d878ee504ff8739e004e03ed8090
stripComponents: 1

depends:
- python::hatchling
- python::setuptools-scm
- python::hatch-vcs

buildVars: [PKG_VERSION]
buildSetup: |
export SETUPTOOLS_SCM_PRETEND_VERSION="${PKG_VERSION}"
buildScript: |
python3Build $1

packageScript: |
python3PackageTgt
4 changes: 2 additions & 2 deletions recipes/python/setuptools-scm.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
inherit: ["python3::build"]

metaEnvironment:
PKG_VERSION: "8.1.0"
PKG_VERSION: "9.2.2"
PKG_LICENSE: "MIT"

checkoutSCM:
scm: url
url: ${GITHUB_MIRROR}/pypa/setuptools-scm/archive/refs/tags/v${PKG_VERSION}.tar.gz
digestSHA256: 4407d237183e668574bc893fdf739f8f4cde5f61950b99ead4f370f13224ea2b
digestSHA256: 853f06f1ab2cebd2bef6970c76fdf6bd6bad250c69b9d966d5a3e14f9d503df1
stripComponents: 1

buildScript: |
Expand Down
Loading