adisbladis
1a79e628b9
Add a hook to rewrite python_requires in setup.py to be PEP440 compliant
...
Upstream packaging has changed and using wildcards in python_requires is now considered a bug as it's not PEP400 compliant.
Realistically we have to work around this issue as we can't expect every older version to change.
We do this by rewriting the problematic definitions and dropping the
version precision. This works out because 3.9.* is functionally
equivalent to 3.9.
2023-03-23 15:23:57 +13:00
adisbladis
f6e5a490ce
Bump nixpkgs
2023-03-23 12:23:46 +13:00
adisbladis
573b643d7e
tests.pendulum: Use python 3.8
...
MacOS ci is unreliable and fails with the wheel install on python 3.10.
My guess is that it's an older version of setuptools that's causing this.
2023-03-23 12:04:35 +13:00
adisbladis
4b086d33f5
tests.pendulum: re-lock dependencies
...
Hopefully this fixes the test on macos
2023-03-22 19:38:35 +13:00
adisbladis
4260b8b289
shapely: Set GEOS_LIBRARY_PATH manually
...
nixpkgs removed it's usage
2023-03-22 19:38:35 +13:00
adisbladis
722282d65e
scipy/meson-python: Don't use meson configure
2023-03-22 19:38:35 +13:00
adisbladis
99ea0bb5e8
overrides.bootstrapped-pip: use python interpreter based on version in override
2023-03-22 19:38:35 +13:00
adisbladis
f88b0814c0
Bump nixpkgs
2023-03-22 19:38:35 +13:00
adisbladis
3a547ed342
poetry: 1.3.0 -> 1.4.0
2023-03-22 19:38:35 +13:00
adisbladis
67e360cdbc
overrides: add pyproject-hooks build system
2023-03-22 19:38:35 +13:00
adisbladis
50ec694c27
Merge pull request #1069 from takeda/patch-1
...
override: humanize: setuptools -> hatchling
2023-03-22 13:41:00 +13:00
adisbladis
23194b22e7
Merge pull request #1070 from K900/more-overrides
...
overrides: regenerate, add some stuff manually
2023-03-22 13:39:41 +13:00
K900
cdd6e39037
overrides: regenerate, add some stuff manually
2023-03-21 16:11:22 +03:00
Derek Kulinski
b78b0d5107
override: humanize: setuptools -> hatchling
2023-03-20 14:38:14 -07:00
adisbladis
4e91056ff1
Merge pull request #1066 from nix-community/gdal-version-mix
...
overrides.gdal: disable python bindings in gdal from nixpkgs
2023-03-20 17:43:09 +13:00
adisbladis
0f962934ed
overrides.gdal: disable python bindings in gdal from nixpkgs
...
This collides with the version built from pypi, and if the version
mismatches the build process attempts an uninstall of the nixpkgs
gdal package.
We can avoid this by only building the native library and ignore the Python bindings.
2023-03-20 17:09:35 +13:00
adisbladis
9ce2252803
Merge pull request #1057 from Pegasust/patch-1
...
+docs: build binary with `mkPoetryApplication` and build webserver wrapper binary
2023-03-15 16:31:08 +13:00
adisbladis
e905898db9
Merge pull request #1058 from Pegasust/master
...
Add support for python-ubersmith module
2023-03-15 16:30:12 +13:00
Pegasust
503c66ec2d
+module: python-ubersmith
2023-03-14 16:32:11 -07:00
Hung Tran
5f915f9500
+docs: build binary with mkPoetryApplication
and build webserver wrapper binary
2023-03-14 15:55:21 -07:00
adisbladis
d45ca6fb03
Merge pull request #1055 from arichtman/aws-sso-util-override
...
fix: aws-sso-util needs Poetry
2023-03-14 18:51:52 +13:00
Ariel Richtman
a17c8dda95
added override for aws-sso-util
2023-03-14 13:45:21 +10:00
Ariel Richtman
a1a5aaf77c
added override for aws-sso-lib
2023-03-14 13:42:38 +10:00
adisbladis
bf239d53fa
Merge pull request #1050 from farcaller/master
...
Add the build system updates required for python-dxf
2023-03-11 18:50:06 +13:00
adisbladis
05ee124a9c
Merge pull request #1049 from prusnak/master
...
Update build-systems
2023-03-11 18:49:42 +13:00
Vladimir Pouzanov
0510bf88c1
Add the build system updates required for python-dxf
2023-03-10 20:22:49 +00:00
Pavol Rusnak
b0b0eb13bb
Update build-systems
...
Add build system for:
- boltz-client
- cashu
- lnurl
- pylightning
- pyln-client
- pyln-proto
- sqlalchemy-aio
- sse-starlette
2023-03-10 11:51:20 +01:00
adisbladis
391224c48d
Merge pull request #1046 from prusnak/build-systems-add
...
Update build-systems
2023-03-10 16:04:16 +13:00
Pavol Rusnak
bd01498d39
Update build-systems
...
Add build system for:
- embit
- pyln-bolt7
- python-bitcoinli
- represent
2023-03-09 19:43:09 +01:00
Nathan Jaremko
4c424edc8a
Add override to handle databricks-connect ( #1036 )
2023-03-07 09:50:15 +13:00
Nathan Jaremko
eec50cddd7
Fix dbt-extractor and minimal-snowplow-tracker ( #1037 )
2023-03-07 09:48:09 +13:00
adisbladis
cb66d75f29
Merge pull request #1033 from ac130kz-personal-workspace/master
...
feat: orjson 3.8.7
2023-03-06 10:01:30 +13:00
adisbladis
4521d89477
Merge pull request #1028 from cpcloud/fix-make-setup-hook-warnings
...
chore: prevent makeSetupHook warning on later nixpkgs
2023-03-06 10:00:29 +13:00
adisbladis
132b5fa0c3
Merge pull request #1027 from Lunarequest/master
...
Add overrides for hikari and hikari-lightbulb
2023-03-06 09:59:52 +13:00
adisbladis
fdaa00df6e
Merge pull request #1014 from l0b0/fix/use-new-overridePythonAttrs
...
fix: Use new `overridePythonAttrs`
2023-03-06 09:45:49 +13:00
Phillip Cloud
378da0d1fc
chore: prevent makeSetupHook warning on later nixpkgs
2023-03-06 09:43:28 +13:00
Luna
a1a8b3bcc5
nix lint
2023-03-06 09:39:37 +13:00
Luna
4445a14d5a
overrides for hikari-lightbulb
2023-03-06 09:39:37 +13:00
Luna D Dragon
04c28cabe2
overrides for hikari
2023-03-06 09:39:37 +13:00
adisbladis
fd11705559
Merge pull request #1026 from jlesquembre/setuptools-deps
...
Update build-systems (and update CI install-nix-action)
2023-03-06 09:38:06 +13:00
Mikhail Krassavin
e5727e9837
feat: orjson 3.8.7
2023-03-05 17:58:49 +06:00
José Luis Lafuente
5e1b88df7c
Update install-nix-action
...
nix 2.14 broke the action, see:
https://github.com/cachix/install-nix-action/pull/163
2023-03-01 17:58:37 +01:00
José Luis Lafuente
24f6d9cd58
Update build-systems
...
Add build system for:
- django-rest-swagger
- django-rosetta
- openapi-codec
- unipath
2023-03-01 17:58:33 +01:00
adisbladis
45babaf3f0
Merge pull request #1016 from nix-community/dependabot/pip/pkgs/poetry/shellingham-1.5.0.post1
...
build(deps): bump shellingham from 1.5.0 to 1.5.0.post1 in /pkgs/poetry
2023-03-01 08:50:56 +13:00
adisbladis
0097187a16
Merge pull request #1017 from nix-community/dependabot/pip/pkgs/poetry/pkginfo-1.9.6
...
build(deps): bump pkginfo from 1.9.2 to 1.9.6 in /pkgs/poetry
2023-03-01 08:50:44 +13:00
adisbladis
9cda8dbb9d
Merge pull request #1018 from nix-community/dependabot/pip/pkgs/poetry/mypy-1.0.1
...
build(deps-dev): bump mypy from 0.991 to 1.0.1 in /pkgs/poetry
2023-03-01 08:50:28 +13:00
adisbladis
612cdf65bf
Merge pull request #1020 from bouk/numpy-cores
...
numpy: Set NPY_NUM_BUILD_JOBS for parallel build
2023-03-01 08:50:14 +13:00
Bouke van der Bijl
f8c0b26a51
Set NPY_NUM_BUILD_JOBS for parallel build
2023-02-28 12:04:07 +01:00
dependabot[bot]
c85ab52876
build(deps-dev): bump mypy from 0.991 to 1.0.1 in /pkgs/poetry
...
Bumps [mypy](https://github.com/python/mypy ) from 0.991 to 1.0.1.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 07:14:03 +00:00
dependabot[bot]
1cd0a92da2
build(deps): bump pkginfo from 1.9.2 to 1.9.6 in /pkgs/poetry
...
Bumps [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk ) from 1.9.2 to 1.9.6.
---
updated-dependencies:
- dependency-name: pkginfo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 07:12:49 +00:00