Commit graph

68 commits

Author SHA1 Message Date
Matan Rosenberg
32d2a7c19e Remove path-based search 2022-05-09 11:30:06 +03:00
Matan Rosenberg
9fe9fd7cd4 Add pip shim 2022-05-02 16:49:16 +03:00
Daniel Perez
57a4d725e4
Merge pull request #91 from pn-space/patch-url
Enable to install with patch URL
2021-04-15 13:52:23 +01:00
Pierre Neter
225091e2ee enable install with patch URL 2021-02-10 11:59:05 +07:00
Pierre Neter
a0d51ec32e add .DS_Store to .gitignore 2021-02-10 11:58:23 +07:00
Daniel Perez
8ab052fced
Merge pull request #82 from paulswartz/support-patches
feat: support patching during install
2021-02-05 11:58:57 +00:00
Paul Swartz
a48bcb72bc feat: support patching during install
`python-build` supports a `-p` option to patch Python before installing. In
particular, I use this to apply a patch for OS X Big Sur before installing
older versions of Python.

I'm not super-wedded to this particular implementation: opening this PR for
more discussion.
2020-12-23 11:46:37 -05:00
Daniel Perez
8078f74efb
Merge pull request #80 from nmay231/help-scripts
Added help scripts
2020-12-15 12:05:12 +00:00
nmay231
6465373549 Added help scripts 2020-12-08 01:01:15 -07:00
Daniel Perez
6f1b8acb3a
Merge pull request #63 from mikeroll/default-packages-location
Support $ASDF_PYTHON_DEFAULT_PACKAGES_FILE
2020-10-06 22:27:33 +01:00
Daniel Perez
5803226bba
Merge pull request #65 from dieswaytoofast/patch-1
Minor text change to remove redundant article
2020-10-06 22:26:29 +01:00
Mahesh Paolini-Subramanya
8c47302d03
Minor text change to remove redundant article 2020-02-28 09:35:50 -05:00
Mikhail Bulash
b66cede547 Support $ASDF_PYTHON_DEFAULT_PACKAGES_FILE 2020-01-14 12:27:06 +03:00
Daniel Perez
b544ac9e51
Merge pull request #59 from essh/default-packages-fix
Fix default packages support and document the feature in the README
2019-07-02 22:34:33 +01:00
Stephen Haynes
4db4d2263b Fix default packages support and document the feature in the README 2019-06-29 14:38:07 +10:00
Daniel Perez
a44bb6d17d
Merge pull request #58 from and-semakin/readme-fixes
Remove repo URL from installation command
2019-06-23 11:33:53 +01:00
Andrey Semakin
a143a13d78
Remove repo URL from installation command
Thus `asdf-python` is a known `asdf` plugin, repo URL is excess.
2019-06-23 12:36:43 +05:00
Daniel Perez
cec7aa000e Update README
[skip ci]
2019-05-16 14:54:34 +01:00
Daniel Perez
534a6212a4
Merge pull request #55 from likwid/master
Add clarification to documentation
2019-05-16 14:49:45 +01:00
Jeff Gonzalez
47d87a4992 Fix documentation error 2019-05-15 15:22:41 -07:00
Jeff Gonzalez
30729bab17 Add clarification to documentation 2019-05-15 15:20:54 -07:00
Daniel Perez
21b8507e92
Merge pull request #46 from nschlemm/fix-travis-2
fix travis by catering for the renamed github repo
2018-12-03 07:47:34 +00:00
Nikolaus Schlemm
98c0f0f4a2 fix travis by catering for the renamed github repo
https://github.com/tuvistavie/asdf-python ->
https://github.com/danhper/asdf-python
2018-12-02 23:48:05 +01:00
Daniel Perez
3c9b8af350
Merge pull request #45 from zfletch/update-readme-asdf-python
Update asdf command in README
2018-12-02 11:51:42 +00:00
zfletch
ea9c41e9be update asdf command in readme
When I run the command `asdf global 3.6.2 2.7.13`, I get the error
message `No such plugin: 3.6.2`.

I think it's missing `python` after `global`. The command
`asdf global python 3.6.2 2.7.13` works for me.
2018-11-30 09:39:33 -05:00
Daniel Perez
5e4503da10
Merge pull request #39 from rlex/default_eggs
Support installing default pip packages
2018-09-25 01:15:18 +02:00
Lex Rivera
88ffad83e7
default-eggs -> default-python-packages 2018-09-24 21:30:16 +00:00
Daniel Perez
c1aae046af
Merge pull request #40 from djgoku/add-documentation-around-pip-installed-binaries
Add section about pip and reshimming after module with binaries is installed
2018-09-21 01:20:35 +02:00
Jonathan Otsuka
e0d16874db Add section about pip and reshimming after module with binaries is installed. 2018-08-30 12:02:56 -06:00
Lex Rivera
077fccdf9f
support installing default pip packages 2018-08-13 17:55:51 +03:00
Daniel Perez
05749c0f1e
Merge pull request #36 from tuvistavie/update-pyenv
Add logic to update pyenv every hour
2018-07-14 11:45:28 +09:00
Daniel Perez
c7a4d5d5c5 Add logic to update pyenv every hour 2018-07-14 11:40:07 +09:00
Daniel Perez
f7c594eedc Avoid poluting stdout 2018-07-14 11:33:24 +09:00
Daniel Perez
0d6625840b Add note about multiple versions to README 2018-07-14 11:24:11 +09:00
Daniel Perez
9d2391c2b0
Merge pull request #30 from neersighted/master
Remove deprecated version parser; refactors
2018-04-14 10:26:41 +09:00
Bjorn Neergaard
7daf896739 Remove deprecated version parser; refactor to add quotes and remove useless code 2018-04-13 16:26:06 -06:00
Daniel Perez
0c6d262b1a
Merge pull request #29 from joshuarosato/patch-1
Updated pyenv repo URL
2018-03-26 01:58:56 +09:00
Joshua Rosato
6514c3745a
Updated pyenv repo URL 2018-03-23 14:34:25 +00:00
Daniel Perez
e0579c9ce6 Use default shim for python 2017-11-01 01:08:01 +09:00
Daniel Perez
de03df224c Merge pull request #21 from jeromedoyle/master
Add link to pyenv common build problems in README. Closes #20
2017-10-23 12:59:35 +09:00
Jerome Doyle
f997c5157c Add link to pyenv common build problems in README 2017-10-22 12:28:22 -05:00
Daniel Perez
54de335e2d Merge pull request #19 from fap-/patch-1
Closes #18 Link to system dependencies in README
2017-09-16 22:26:29 +09:00
FAP
942e422199 Adds link to required system dependencies in README 2017-09-16 14:55:36 +02:00
Daniel Perez
8df7e88342 Use HTTPS URL to download pyenv, fix #14 2017-05-06 19:09:55 +09:00
Daniel Perez
3c35df4d10 Add LICENSE 2017-03-27 09:04:39 -07:00
Daniel Perez
400dd7cf70 Support system version 2017-03-27 08:55:57 -07:00
Daniel Perez
42f469a74d Merge pull request #16 from fazibear/fix-bins
Fix binary files mode
2017-02-23 12:10:32 +09:00
Michał Kalbarczyk
1bf6f3a772
Fix binary files mode 2017-02-22 17:07:51 +01:00
Daniel Perez
331e65d419 Avoid redownloading python-build, use asdf_dir instead of hard-coded path, close #11 2017-01-22 18:31:29 +09:00
Daniel Perez
c2bd01edf0 Fix passing arguments to python CLI 2016-11-03 18:41:32 +09:00