Commit graph

41 commits

Author SHA1 Message Date
DavHau
3b4db038b6 get platform and system from nix env 2020-08-08 17:08:11 +07:00
DavHau
17aa8ceedd respect requires_python for wheels, support macos, add caching 2020-08-08 17:08:11 +07:00
DavHau
bfa6943e3b release 2.1.1 2020-07-30 21:12:13 +07:00
DavHau
c8936715d2 rename overlays_generator -> overrides_generator 2020-07-30 20:59:08 +07:00
Siddharth Verma
da74d4b31f
Fix broken wheels (#49)
* Added dontStrip to mkPython
2020-07-27 11:13:43 +07:00
DavHau
646eedf36f
Merge pull request #44 from blaggacao/patch-1
typos
2020-07-22 14:36:33 +07:00
David Arnold
32a40a8349
typos 2020-07-21 19:31:49 -05:00
DavHau
f041b2da81
Merge pull request #40 from xiorcale/patch-1
Fix typo
2020-07-15 16:12:29 +07:00
xiorcale
bf883922a7
Fix typo 2020-07-15 10:58:19 +02:00
DavHau
9523a7abfa
Merge pull request #37 from DavHau/dev
# 2.1.0 (04 Jul 2020)
Bug fixes + new feature **buildPythonPackage** / **buildPythonApplication**
### Fixes:
 - fix `value is null while a set was expected` error when python package is used which is set to null in nixpkgs.

### Features:
 - **buildPythonPackage** / **buildPythonApplication**: Interface to build python packages from their source code + requirements.txt
2020-07-04 19:53:18 +07:00
DavHau
fc45307520 version 2.1.0 2020-07-04 12:50:07 +00:00
DavHau
b523072885 improve readme and add examples.md 2020-07-04 12:22:33 +00:00
DavHau
a5c33aec75 add buildPythonPackage and buildPythonApplication 2020-07-03 11:10:02 +00:00
DavHau
c708c5a7cb fix error when package == null 2020-07-03 05:18:38 +00:00
DavHau
65e50b361c
Merge pull request #35 from DavHau/logo
include logo
2020-06-29 23:02:18 +07:00
DavHau
ab8e6ca9ba include logo 2020-06-29 16:00:29 +00:00
DavHau
a107d52466
Merge pull request #34 from DavHau/release-2.0.1
version 2.0.1
2020-06-29 22:02:57 +07:00
DavHau
12cde636cc version 2.0.1 2020-06-29 15:01:35 +00:00
DavHau
6d7e48526a
Merge pull request #33 from DavHau/dev
Dev
2020-06-29 00:11:17 +07:00
DavHau
2211631ef7 debug.py: load providers from ./providers.toml 2020-06-28 14:02:07 +00:00
DavHau
b7be58294d use 'pname' and 'version' instead of name 2020-06-28 13:56:54 +00:00
DavHau
a1f4a672c7 filter out unwanted buildInputs when overriding python packages 2020-06-28 13:11:44 +00:00
DavHau
995e7d1ef4 fix bug: some deps with markers were ignored (fixes #26) 2020-06-28 06:15:09 +00:00
DavHau
c8f6586e20 cleanup leftover code of removed functionality 'prefer_nixpkgs' 2020-06-28 02:32:19 +00:00
DavHau
e06dba1f2f always override python pkgs from nixpkgs (fixes #28) 2020-06-28 02:15:32 +00:00
DavHau
8eb1e243ac
Buy me a beer (#32)
* add donation button
2020-06-27 12:58:54 +00:00
Matías Lang
06a80810d1
Fix AttributeError when nix-build fails (#30)
Since commit fa2bb2d33f, the nix-build
subprocess is called without capture_output=True. Therefore, proc.stderr
is None. The subprocess stderr is already being dumped to stderr, so
there is no need for doing a print.
2020-06-27 12:47:56 +00:00
DavHau
d37c1eb362
Version 2.0.0 (#20)
See Changelog.md for changes.

* adapt data interface for new sdist dependency graph format

* change wording in readme

* wheel support + concept providers

* overlay support WIP

* overlay support

* extras support for nixpkgs

* machnix as overrides

* granular provider settings + custom autoPatchelfHook

* improve overlay generator, remove prefer_new

* unify nixpkgs src

* update interface, bump version and examples

* fixes and updated docs
2020-05-19 09:46:48 +00:00
DavHau
9cdd2b74ee
strictly disable overlays (#17) 2020-05-07 03:53:44 +00:00
DavHau
42a1daf197 add limitations and alternative software to readme 2020-05-02 08:21:34 +00:00
DavHau
30b74e8917 add contributing section to readme 2020-04-30 06:15:01 +00:00
DavHau
1d184b8e79 fix interpreter.nix 2020-04-29 17:41:05 +00:00
DavHau
8b7559dc12
Improve docs, examples, add Dockerfile (#6)
* add simple and advanced usage examples and readme

* add Dockerfile for debugging non-nixos installation

* fix readme
2020-04-27 09:45:49 +00:00
Raphael Das Gupta
c53ac280f5
fix typo in Readme.md: "Defina" -> "Define" (#4) 2020-04-26 03:41:47 +00:00
DavHau
d5f91dbb95 bump version to 1.0.0 2020-04-24 10:44:49 +00:00
DavHau
fa2bb2d33f
Improvements (#3)
* edd print version and improve UI

* default.nix return attributes

* add readme

* fix readme
2020-04-24 10:35:42 +00:00
DavHau
fe8ce16c76
Merge pull request #1 from DavHau/fix-setup
Fix setup
2020-04-23 11:28:04 +07:00
DavHau
422b2b307e improve cmdline UI 2020-04-23 04:26:23 +00:00
DavHau
1c364f82ac improve installation for other platforms 2020-04-23 03:54:23 +00:00
DavHau
f576b6abe4 update pypi-deps-db commit 2020-04-22 11:01:11 +00:00
DavHau
454ec4ebe9 init 2020-04-22 09:46:03 +00:00