Commit graph

1787 commits

Author SHA1 Message Date
adisbladis
654c5b6322
Merge pull request #972 from l0b0/feat/sort-build-systems
feat: Verify that build systems are sorted
2023-02-27 12:55:38 +13:00
adisbladis
ce149295a2
Merge pull request #971 from l0b0/build/new-affine-build-system
build: Use flit-core for affine>=2.4.0
2023-02-27 12:55:13 +13:00
adisbladis
91b22c9116
Merge pull request #959 from nix-community/dependabot/pip/pkgs/poetry/keyring-23.13.1
build(deps): bump keyring from 23.11.0 to 23.13.1 in /pkgs/poetry
2023-02-27 12:53:17 +13:00
adisbladis
0978c684a6
Merge pull request #983 from ac130kz/master
feat: granian 0.2.6
2023-02-27 12:52:56 +13:00
adisbladis
356e25c435
Merge pull request #970 from delroth/bs-pypeul
build-systems: add pypeul
2023-02-27 12:52:39 +13:00
adisbladis
6ee5684f3c
Merge pull request #976 from delroth/overrides-automat
overrides: automat: only add m2r to inputs for older versions
2023-02-27 12:51:48 +13:00
adisbladis
ccfc1c8d24
Merge pull request #981 from arichtman/python-hcl2-override
added override for python-hcl2 build system
2023-02-27 12:50:19 +13:00
adisbladis
a15e04c464
Merge pull request #984 from yorickvP/master
build-systems: add some more overrides
2023-02-27 12:50:05 +13:00
adisbladis
4e53a87b8c
Merge pull request #986 from nix-community/dependabot/github_actions/cachix/install-nix-action-19
build(deps): bump cachix/install-nix-action from 18 to 19
2023-02-27 12:49:05 +13:00
adisbladis
7b3f60b7bd
Merge pull request #994 from l0b0/fix/rfc3986-validator
fix: Declare rfc3986-validator build systems
2023-02-27 12:48:43 +13:00
adisbladis
15704efac9
Merge pull request #989 from l0b0/fix/aws-cdk-v1
fix: AWS CDK v1 build systems
2023-02-27 12:48:00 +13:00
adisbladis
89fbf13b57
Merge pull request #992 from l0b0/fix/fiona
fix: Use Cython to build Fiona >=1.9.0 from source
2023-02-27 12:46:33 +13:00
adisbladis
c56ec9a887
Merge pull request #991 from l0b0/fix/affine-2-4-0
fix: Affine 2.4.0
2023-02-27 12:46:16 +13:00
adisbladis
adf11ce52d
Merge pull request #993 from l0b0/fix/jupyter-console
fix: Build jupyter-console 6.6.0 onwards with hatchling
2023-02-27 12:45:54 +13:00
adisbladis
c028a23ec0
Merge pull request #995 from Laurent2916/master
feat: orjson 3.8.6
2023-02-27 12:45:38 +13:00
Laureηt
42f3784af5
feat: orjson 3.8.6 2023-02-22 12:52:16 +01:00
Victor Engmark
db1ae732e4 fix: Declare rfc3986-validator build systems 2023-02-22 12:09:15 +13:00
Victor Engmark
7e15220ff6 fix: Build jupyter-console 6.6.0 onwards with hatchling 2023-02-21 16:28:57 +13:00
Victor Engmark
a8ae1c19a2 refactor: Bump Poetry lock file version 2023-02-21 16:03:31 +13:00
Victor Engmark
f0216abfe1 fix: Use Cython to build Fiona >=1.9.0 from source 2023-02-21 15:50:35 +13:00
Victor Engmark
fe30d95c6c fix: Enable Cython in bounded build system constraints 2023-02-21 15:49:00 +13:00
Victor Engmark
1a6108b6fd fix: Affine 2.4.0 2023-02-21 15:29:32 +13:00
Victor Engmark
9a348b786d fix: AWS CDK v1 build systems 2023-02-17 13:26:26 +13:00
dependabot[bot]
1a1292af2e
build(deps): bump cachix/install-nix-action from 18 to 19
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v18...v19)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 07:05:27 +00:00
Yorick van Pelt
775545fa2c
build-systems: add some more overrides 2023-02-12 16:43:07 +01:00
Mikhail Krassavin
d4de2d84cb
feat: granian 0.2.6 2023-02-10 12:36:56 +06:00
Richtman, Ariel
2fd9006826 added override for python-hcl2 build system 2023-02-07 10:56:31 +10:00
Pierre Bourdon
26e09674cb
overrides: automat: only add m2r to inputs for older versions
Newer versions of automat do not depend on m2r anymore [1]. Because of
this m2r might not end up being in poetry.lock along with automat, so
"self.m2r" ends up refering to the nixpkgs pythonPackages.m2r. That
package happens to be marked as broken in some conditions.
2023-02-03 12:29:13 +01:00
Victor Engmark
57f3937822 feat: Verify that build systems are sorted 2023-02-02 15:56:36 +13:00
Victor Engmark
5c1770a049 refactor: Sort build systems 2023-02-02 15:56:36 +13:00
Victor Engmark
ebfdb76104 build: Use flit-core for affine>=2.4.0
As per <https://github.com/rasterio/affine/compare/2.3.1...2.4.0>.
2023-01-30 14:19:58 +13:00
Victor Engmark
73e0dbd147 test: Add affine<2.4 test 2023-01-30 14:16:09 +13:00
Pierre Bourdon
9e40a27bc6
build-systems: add pypeul 2023-01-29 02:29:42 +01:00
Phillip Cloud
860530598f
Merge pull request #967 from delroth/bs-dj-inmemorystorage 2023-01-28 09:57:51 -05:00
Phillip Cloud
5b099d0c27
Merge pull request #969 from Sohalt/petname 2023-01-28 09:57:40 -05:00
sohalt
3e7dd17a1e build-systems: add petname 2023-01-27 12:16:53 +01:00
Pierre Bourdon
37fdea36e8
build-systems: add dj-inmemorystorage 2023-01-27 07:16:48 +01:00
Phillip Cloud
ea63bd8d4a
Merge pull request #964 from cpcloud/native-check-inputs 2023-01-26 05:11:51 -05:00
Phillip Cloud
1c181d45c6
Merge pull request #963 from ac130kz/master 2023-01-25 19:25:58 -05:00
Phillip Cloud
ac7ba7b269
Merge pull request #961 from danielunderwood/ligo-segments-setuptools 2023-01-25 16:12:24 -05:00
Phillip Cloud
f3637f6d0e
Merge pull request #946 from ryanswrt/fix/url-parsing 2023-01-25 16:05:19 -05:00
Phillip Cloud
d6687ddbe7
fix: add nativeCheckInputs for new nixpkgs 2023-01-25 14:53:32 -05:00
Mikhail Krassavin
8bcf0b0e90
feat: add flit-core for pathspec >=0.11.0 2023-01-26 00:31:02 +06:00
Daniel Underwood
9e154630c2
Add setuptools build dependency to ligo-segments 2023-01-24 20:26:13 -05:00
dependabot[bot]
76a4ad2b40
build(deps): bump keyring from 23.11.0 to 23.13.1 in /pkgs/poetry
Bumps [keyring](https://github.com/jaraco/keyring) from 23.11.0 to 23.13.1.
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/CHANGES.rst)
- [Commits](https://github.com/jaraco/keyring/compare/v23.11.0...v23.13.1)

---
updated-dependencies:
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 05:20:05 +00:00
adisbladis
a20e27e055
Merge pull request #950 from l0b0/fix/dependabot-directory
fix: Point Dependabot to directory with poetry.lock file
2023-01-24 18:14:20 +13:00
adisbladis
4a29bb7de7
Merge pull request #947 from ac130kz-personal-workspace/master
feat: overrides granian
2023-01-24 18:13:36 +13:00
adisbladis
1ee5aa869b
Merge pull request #952 from nlewo/more-buildsystem-overrides
Add more build-systems overrides
2023-01-24 18:12:56 +13:00
adisbladis
83a6b995ac
Merge pull request #953 from bouk/pybind11-link
Link include and share folders in pybind11 to top-level
2023-01-24 18:12:34 +13:00
Mikhail Krassavin
24b36048e5
feat: granian overrides 2023-01-23 18:08:29 +06:00