-
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.
Signed-off-by: Chris Warrick <[email protected]>
- Loading branch information
Showing
42 changed files
with
226 additions
and
678 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
Python Project Template. INSERT TAGLINE HERE.™ | ||
=============================================== | ||
:Info: This is the README file for the Python Project Template. | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2014, Chris “Kwpolska” Warrick. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2013-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-01-01 | ||
:Version: 0.1.0 | ||
:Date: 2015-01-01 | ||
:Version: 1.0.5 | ||
|
||
.. index: README | ||
.. image:: https://travis-ci.org/Kwpolska/python-project-template.png?branch=master | ||
|
@@ -87,11 +87,12 @@ Getting up to speed in 15 easy steps | |
letters if you feel like it, but it is discouraged and was not tested. | ||
3. ``python-project-template`` with the GitHub repo name | ||
4. ``INSERT TAGLINE HERE.`` with a tagline of your choice | ||
5. ``kwpolska@.*`` with your e-mail address | ||
6. ``Kwpolska`` and/or ``Chris “Kwpolska” Warrick`` with your name (affects mostly copyright notices) | ||
5. ``[email protected]`` with your e-mail address | ||
6. ``Kwpolska`` and/or ``Chris Warrick`` with your name (affects mostly copyright notices) | ||
|
||
Not excluding dotfiles results in changing BSD-licensed files of the PyPT, | ||
doing so is not allowed. | ||
WARNING: some files are in the copyright of Chris Warrick and must stay this | ||
way! They are listed in the license, please keep my name there, otherwise | ||
you risk breaking the law. | ||
|
||
Also, if ``len(computer_friendly_name) != len('tEmplate')``, you may want to | ||
change the amount of tildes in docstrings of Python files. | ||
|
@@ -136,14 +137,11 @@ Getting up to speed in 15 easy steps | |
git flow init #(change version tag prefix to `v`) | ||
git add * | ||
git checkout develop | ||
git commit -sm 'initial commit via Kwpolska’s Python Project Template' | ||
git commit -sm 'initial commit via @Kwpolska’s Python Project Template' | ||
git checkout master | ||
git merge --ff-only develop | ||
git push -u origin master develop | ||
|
||
Note that the above is likely to be replaced with an automated script at some | ||
point. | ||
|
||
COPYRIGHT | ||
--------- | ||
|
||
|
@@ -158,11 +156,13 @@ commercial (a.k.a. proprietary) license, you must contact me first. | |
* /.pypt/localegen | ||
* /.pypt/README.PyPT | ||
* /.pypt/LICENSE.PyPT | ||
* /docs/CONTRIBUTING.rst | ||
* /CONTRIBUTING.rst | ||
* /release | ||
|
||
**This README file MAY NOT be relicensed.** | ||
|
||
Copyright © 2014, Chris “Kwpolska” Warrick. | ||
Copyright © 2013-2015, Chris Warrick. | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/zsh | ||
# Kw’s Release Tools/Python Project Template | ||
# Locale Generator | ||
# Copyright © 2014, Chris Warrick. | ||
# Copyright © 2013-2015, Chris Warrick. | ||
# All rights reserved. | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
|
@@ -45,9 +45,9 @@ case "$LOCALETYPE" in | |
sed '1,+17d' ./messages.pot > ./messages.pot.tmp | ||
|
||
pot='# '$PROJECT' pot file. | ||
# Copyright © 2011-2014, Chris Warrick. | ||
# Copyright © 2015, Chris Warrick. | ||
# This file is distributed under the same license as the '$PROJECT' package. | ||
# Chris Warrick <[email protected]>, 2011-2014. | ||
# Chris Warrick <[email protected]>, 2015. | ||
# | ||
msgid "" | ||
msgstr "" | ||
|
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 +1 @@ | ||
Chris “Kwpolska” Warrick <[email protected]> | ||
Chris Warrick <[email protected]> |
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
Appendix C. Changelog | ||
===================== | ||
:Info: This is the changelog for PKGBUILDer. | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
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,8 +1,8 @@ | ||
============================== | ||
Appendix A. Contribution rules | ||
============================== | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Copyright: © 2011-2014, Kwpolska. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2011-2015, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Maintainer: Chris “Kwpolska” Warrick <[email protected]> | ||
# Maintainer: Chris Warrick <[email protected]> | ||
pkgname=pkgbuilder | ||
_pyname=pkgbuilder | ||
pkgver=3.3.2 | ||
|
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,4 +1,4 @@ | ||
# Maintainer: Chris “Kwpolska” Warrick <[email protected]> | ||
# Maintainer: Chris Warrick <[email protected]> | ||
pkgname=pkgbuilder-git | ||
_pyname=pkgbuilder | ||
_gitname=pkgbuilder | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
PKGBUILDer. An AUR helper (and library) in Python 3. | ||
===================================================== | ||
:Info: This is the README file for PKGBUILDer. | ||
:Author: Chris “Kwpolska” Warrick <[email protected]> | ||
:Author: Chris Warrick <[email protected]> | ||
:Date: 2014-08-10 | ||
:Version: 3.3.2 | ||
|
||
|
@@ -23,7 +23,7 @@ For more info, refer to the pkgbuilder(8) man page or the documentation. | |
|
||
COPYRIGHT | ||
--------- | ||
Copyright © 2011-2014, Chris “Kwpolska” Warrick. | ||
Copyright © 2011-2015, Chris Warrick. | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
|
Binary file not shown.
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,14 +1,13 @@ | ||
# PKGBUILDer pot file. | ||
# Copyright © 2011-2014, Kwpolska. | ||
# Copyright © 2015, Chris Warrick. | ||
# This file is distributed under the same license as the PKGBUILDer package. | ||
# Kwpolska <[email protected]>, 2011-2014. | ||
# | ||
# Translators: | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PKGBUILDer\n" | ||
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n" | ||
"POT-Creation-Date: 2014-12-26 20:51+0100\n" | ||
"Report-Msgid-Bugs-To: Chris Warrick <[email protected]>\n" | ||
"POT-Creation-Date: 2014-12-27 11:56+0100\n" | ||
"PO-Revision-Date: 2014-12-26 19:51+0000\n" | ||
"Last-Translator: Chris Warrick <[email protected]>\n" | ||
"Language-Team: Arabic (http://www.transifex.com/projects/p/pkgbuilder/language/ar/)\n" | ||
|
@@ -490,13 +489,13 @@ msgstr "" | |
msgid "no" | ||
msgstr "" | ||
|
||
#: pkgbuilder/wrapper.py:102 | ||
#: pkgbuilder/wrapper.py:101 | ||
#, python-format | ||
msgid "%(prog)s <operation> [...]" | ||
msgstr "" | ||
|
||
#. TRANSLATORS: see pacman’s localizations | ||
#: pkgbuilder/wrapper.py:269 | ||
#: pkgbuilder/wrapper.py:268 | ||
#, python-brace-format | ||
msgid "" | ||
"usage: {0} <operation> [...]\n" | ||
|
Binary file not shown.
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,15 +1,14 @@ | ||
# PKGBUILDer pot file. | ||
# Copyright © 2011-2014, Kwpolska. | ||
# Copyright © 2015, Chris Warrick. | ||
# This file is distributed under the same license as the PKGBUILDer package. | ||
# Kwpolska <[email protected]>, 2011-2014. | ||
# | ||
# Translators: | ||
# Max Mustermann <[email protected]>, 2013 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PKGBUILDer\n" | ||
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n" | ||
"POT-Creation-Date: 2014-12-26 20:51+0100\n" | ||
"Report-Msgid-Bugs-To: Chris Warrick <[email protected]>\n" | ||
"POT-Creation-Date: 2014-12-27 11:56+0100\n" | ||
"PO-Revision-Date: 2014-12-26 19:51+0000\n" | ||
"Last-Translator: Chris Warrick <[email protected]>\n" | ||
"Language-Team: German (http://www.transifex.com/projects/p/pkgbuilder/language/de/)\n" | ||
|
@@ -491,13 +490,13 @@ msgstr "Ja" | |
msgid "no" | ||
msgstr "Nein" | ||
|
||
#: pkgbuilder/wrapper.py:102 | ||
#: pkgbuilder/wrapper.py:101 | ||
#, python-format | ||
msgid "%(prog)s <operation> [...]" | ||
msgstr "" | ||
|
||
#. TRANSLATORS: see pacman’s localizations | ||
#: pkgbuilder/wrapper.py:269 | ||
#: pkgbuilder/wrapper.py:268 | ||
#, python-brace-format | ||
msgid "" | ||
"usage: {0} <operation> [...]\n" | ||
|
Binary file not shown.
Oops, something went wrong.