Commit Graph

20 Commits

Author SHA1 Message Date
raimon
3ab4921742 Set version to 'hg-diff' in example 2020-02-09 21:40:19 +09:00
raimon
6adf10d286 Match VCS URLs better and add examples #12
Supports both of the following patterns:
* git+git://git.myproject.org/MyProject#egg=MyProject
* git://git.myproject.org/MyProject.git@v1.0#egg=MyProject
2020-02-09 18:44:49 +09:00
Jon Parise
51446907b6 Support comments after environment markers
For example:

    package; python_version < '3'  # Comment

Previously, the environment marker syntax group matched to the end of
the line and didn't stop at the comment character (`#`).
2020-01-19 09:20:14 -08:00
raimon
d9ec18809c Re-compiling examples files for fix GitHub security alert 2019-08-22 21:35:08 +09:00
raimon
52ac81c357 Use same content as issue report for the archive URL example 2019-05-13 00:41:19 +09:00
raimon
b8e4d51baf Add comments to examples 2019-05-08 10:45:23 +09:00
raimon
48996d1e52 Match URLs better and add examples #9 2019-05-08 10:29:17 +09:00
Albert Tugushev
2d3db05207 Fix editable option in examples 2019-05-07 08:24:22 +07:00
raimon
5c0f253610 Re-compiling dependencies in examples [ci skip]
Because security alert from GitHub came
2019-04-13 11:04:39 +09:00
raimon
41e6256695 Remove an example file do not need [ci skip] 2019-04-12 00:13:31 +09:00
raimon
37943b420c Use safety version of Jinja2 in examples [ci skip] 2019-04-12 00:08:32 +09:00
raimon
f8e6bfe8ee Fix security alert from GitHub in examples 2019-01-18 19:36:53 +09:00
raimon
b35701afd9 Add examples from PEP508 2018-03-22 02:07:18 +09:00
raimon
fef6493379 Support filename of the Constraints File 2016-12-03 22:48:42 +09:00
raimon
a426efa00b Add examples as separated '*.pip' files 2016-08-05 23:25:49 +09:00
raimon
26cd2afd73 Fix typo in examples 2016-06-15 22:05:41 +09:00
Jon Parise
837b163e58 Recognize '_' and '.' characters in package names
Examples:

 - gevent_subprocess (https://pypi.python.org/pypi/gevent_subprocess)
 - zope.interface (https://pypi.python.org/pypi/zope.interface)
2016-06-14 08:11:14 -07:00
raimon
530a202526 Fix handling VCS spec with comments 2016-01-09 20:10:06 +09:00
raimon
d6da4276bb Re-compiling requirements files in examples 2015-12-15 22:04:21 +09:00
raimon
2f27e579c9 Add examples of syntax 2015-12-13 17:52:22 +09:00