-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use "parse_type/_version.py" as temporary file * Packaging tweaks: Related to Python 2.7 OTHERWISE: * REMOVE: bumpversion * HINT: setup.py -- Needed for: Python 2.7, pypy
- Loading branch information
Showing
15 changed files
with
120 additions
and
88 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
*.py[cod] | ||
|
||
# -- TEMPORARY PYTHON PACKAGE PARTS: | ||
parse_type/_version.py | ||
MANIFEST | ||
*.egg | ||
*.egg-info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# =========================================================================== | ||
# vcs: Multi-repo configuration | ||
# =========================================================================== | ||
# USAGE: | ||
# vcs --commands # Show available commands | ||
# | ||
# vcs import < .repos | ||
# vcs import --input=.repos | ||
# vcs import --input=https://github.com/jenisys/cxx.simplelog/blob/master/.repos | ||
# vcs import --input=https://github.com/jenisys/cxx.simplelog/blob/master/.rosinstall | ||
# vcs import --shallow --input=.repos | ||
# vcs import lib/ --input=.repos | ||
# | ||
# vcs pull | ||
# vcs status | ||
# | ||
# vcs export --nested # Use branch-name | ||
# vcs export --nested --exact # Use commit-hashes instead of branch-name | ||
# vcs export --nested --exact-with-tags # Use tags or commit-hashes | ||
# vcs export --nested lib/doctest # For a specific path instead of ".". | ||
# | ||
# BAD: vcs-export adds basename of current-directory to repositories. | ||
# | ||
# SEE ALSO: | ||
# * https://github.com/dirk-thomas/vcstool | ||
# =========================================================================== | ||
# REQUIRES: pip install vcstool | ||
|
||
repositories: | ||
lib/parse: | ||
type: git | ||
url: https://github.com/r1chardj0n3s/parse.git | ||
version: master |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# ============================================================================ | ||
# PYTHON PACKAGE REQUIREMENTS: packaging support | ||
# ============================================================================ | ||
# DESCRIPTION: | ||
# pip install -r <THIS_FILE> | ||
# | ||
# SEE ALSO: | ||
# * http://www.pip-installer.org/ | ||
# ============================================================================ | ||
|
||
# -- PACKAGING SUPPORT: | ||
build >= 0.5.1 | ||
setuptools | ||
setuptools-scm | ||
wheel | ||
|
||
# -- DISABLED: | ||
# setuptools >= 64.0.0; python_version >= '3.5' | ||
# setuptools < 45.0.0; python_version < '3.5' # DROP: Python2, Python 3.4 support. | ||
# setuptools_scm >= 8.0.0; python_version >= '3.7' | ||
# setuptools_scm < 8.0.0; python_version < '3.7' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters