Jon Dufresne
4851fe513c
Correct capitalization of PyPI
...
As spelled on https://pypi.org/ .
2018-09-16 11:37:23 -07:00
Dan Ryan
ddb6065ee2
Final fixes to vendoring
...
- Add news
- upate test runner
- Unvendor typing
- Fix environment error
- Fix click completion patch
- update vendoring script
- Install flit with vendoring script for wheels
- disable build isolation also
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-08-27 16:01:11 -04:00
Dan Ryan
bd7b6004fe
Update requirementslib and re-patch piptools
...
- Fix attempted hashing of `ssh://` urls
- Fix URL parsing and conversions of `git` and `git+ssh` style vcs urls
- Fixes #2653
- Fixes #2446
- Update lockfile
- Vendor typing
- Add typing to setup.py
- Add click completion patch and update vendoring task
- Fix vendoring script
- Vendor enum34
- Update requirementslib and cleanup vcs check functionality
- Move enum and adjust patched click completion
- Update click completion
- Bump requirementslib again
- Move typing to backports, update tests
- Update tomlkit imports and backport typing module
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-08-27 15:59:36 -04:00
Dan Ryan
4589727d46
Vendor modutil
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-08-27 15:59:14 -04:00
Eli Schwartz
43074c1d86
Exclude more things from installation which aren't meant to be installed
...
find_packages' exclude keyword is a bit unintuitive in that it only
excludes the top-level directory specified, but happily includes all the
children unless you wildcard those too.
Update this to actually match the original intent.
2018-07-18 04:02:22 -04:00
Tzu-ping Chung
a5a9583c2d
Un-vendor Pew
2018-07-05 16:43:11 +08:00
kennethreitz
d3ea150d4d
markdown
2018-07-03 10:24:51 -04:00
kennethreitz
77110ed5da
fixes
2018-07-03 09:04:42 -04:00
kennethreitz
2addee4fd6
3.7
2018-07-03 08:48:18 -04:00
Dan Ryan
1ed07ff0b9
Update pipfile and setup.py
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-28 15:40:43 -04:00
Max Krivich
4d43c39fb5
Update classifiers in setup.py
...
Remove python3.3 version from classifiers list
2018-06-28 19:00:09 +03:00
Max Krivich
f8396a1ecf
Add py3.3 to ignore list
2018-06-28 18:48:28 +03:00
Max Krivich
ba9615cb7e
Add python_requires in setup.py
...
This argument prevents accident install `pipenv` on not supported python
versions.
Syntax for this string you can find in PEP440.
Note: this feature works with pip 9.0+.
2018-06-28 18:11:15 +03:00
Johann Visagie
a69ddb5a7e
Install Jinja2 templates for click_completion
2018-06-26 12:27:04 +02:00
Dan Ryan
9b258df21e
Fix setup.py and update changelog/news files
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-25 04:03:56 -04:00
Dan Ryan
e89072bffa
Update imports and vendor requirements
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-05-23 18:16:49 -04:00
Dan Ryan
0eb95ecbfc
Drop dependency on pathlib2
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-05-07 17:48:56 -04:00
Dan Ryan
5e41e8c6c1
Bump version, update history
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-05-07 15:24:49 -04:00
Dan Ryan
373073027f
Capture package data
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-26 23:28:54 -04:00
Dave Hunt
75d575b82f
Only depend on requests[security] and ordereddict for Python 2.6
...
Fixes #2055
2018-04-25 14:21:41 +01:00
Dan Ryan
06525a8018
Formatting updates
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-16 17:45:14 -04:00
Dan Ryan
5afe66c08c
Test fixes?
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-08 11:55:00 -04:00
Dan Ryan
a407bc8221
Fix our own setup.py
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-06 23:28:12 -04:00
Dan Ryan
31301b1536
Fix deps and testing infrastructure
...
- Fix requirement parsing
- Add appveyor config
- cutover from pathlib to pathlib2 if needed
- Pin pathlib2==2.1.0 to avoid scandir
- Windows script runner fix
- Backport `shlex.quote()` for use in `pipenv run`
- Update tests and appveyor
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-06 23:19:32 -04:00
Giuseppe
1fca77f9b3
reorder dependencies passed to setuptools's setup
...
workaround for https://github.com/pypa/setuptools/issues/498
2018-03-18 13:28:23 +01:00
kennethreitz
c2f7f697ee
black
...
https://github.com/ambv/black
2018-03-14 17:00:29 -04:00
kennethreitz
b4645ce7b6
depend on certifi
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-13 10:14:47 -04:00
kennethreitz
61edff204c
remove concurrent.futures
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-12 17:27:53 -04:00
kennethreitz
56d52b0a10
cleanup setup.py
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-11 12:49:32 -04:00
kennethreitz
861429eaae
pip
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-11 00:42:05 -05:00
kennethreitz
b35d5f51fe
cleanup
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-09 10:05:50 -05:00
kennethreitz
fd1972a56e
pipenv-resolver
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-09 08:24:12 -05:00
kennethreitz
ea4b5893e4
oops
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-09 07:51:54 -05:00
Dan Ryan
97d534de44
Add setuptools version
2018-03-08 17:06:09 -05:00
Dan Ryan
c31c9e9ffa
Add setuptools and drop psutil
2018-03-08 17:05:46 -05:00
kennethreitz
4e8deda9cb
different ppa depends now
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-08 13:16:31 -05:00
Dan Ryan
634c71eaeb
Vendor pew under script name pewtwo
...
- Breaks dependency on psutil
2018-03-08 12:07:47 -05:00
kennethreitz
fa4111d0c7
psutil specific version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-08 11:49:34 -05:00
kennethreitz
b2f054253e
psutil for windows
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-08 07:44:30 -05:00
kennethreitz
f09cb3a33e
next version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-07 06:56:06 -05:00
kennethreitz
bf74a09314
next version for ppa
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-07 06:49:36 -05:00
kennethreitz
17589e763e
fixes
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-06 19:25:56 -05:00
kennethreitz
0b6fc638b4
depends on pew
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-06 19:10:07 -05:00
kennethreitz
57aa444296
pipenv
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-06 18:47:25 -05:00
kennethreitz
c3ab98998c
fix
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-06 18:16:11 -05:00
kennethreitz
4f27b02869
proper artful
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-06 17:18:22 -05:00
kennethreitz
fb1b75ee10
Merge branch 'ppa' of github.com:kennethreitz/pipenv into ppa
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-06 17:15:34 -05:00
kennethreitz
f9afd6e37d
see if that works
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-06 17:13:31 -05:00
kennethreitz
f99728387b
remove previous builds
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-06 14:33:09 -05:00
kennethreitz
450f9aaa25
setup.py
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-06 12:46:11 -05:00