summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-01-19 19:37:41 +0200
committerKhem Raj <raj.khem@gmail.com>2021-01-20 09:30:23 -0800
commitdc0fbea48bc1e90d68f0ea010c115f970ba14d9f (patch)
tree99515d5a3748b0fb631f32731bb0ce1e32811807 /meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb
parentcec91a5fe4073d9180591b8d679f7918fc6e164b (diff)
downloadmeta-openembedded-dc0fbea48bc1e90d68f0ea010c115f970ba14d9f.tar.gz
python3-pyscaffold: Upgrade 3.3 -> 3.3.1
Upgrade to release 3.3.1: - Code base changed to Black’s standards - New docs about version numbers and git integration - Updated pre-commit hooks - Updated docs/Makefile to use Sphinx "make mode" - deprecated setuptools extensions/commands python setup.py test/docs/doctests - New tox test environments for generating docs and running doctests - New built-in extension for Cirrus CI - experimental get_template is now part of the public API and can be used by extensions, issue #252 - Updated setuptools_scm to version 4.1.2 in contrib - Updated configupdater to version 1.1.2 in contrib - precommit automatically fixes line endings by default - deprecated log.configure_logger, use log.logger.reconfigure instead Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb
new file mode 100644
index 0000000000..9bebcedd30
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Python project template generator with batteries included"
2DESCRIPTION = "PyScaffold package helps to setup a new Python project. \
3After installation, it provides a new command [putup], which could be \
4used to create template Projects."
5
6HOMEPAGE = "https://github.com/pyscaffold/pyscaffold"
7SECTION = "devel/python"
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
10
11inherit pypi setuptools3
12
13PYPI_PACKAGE = "PyScaffold"
14
15SRC_URI[sha256sum] = "1c3a2b76e60319b6ffc2a8b54e240382109c6241576bf0a47ea476c7194f6a69"
16
17BBCLASSEXTEND = "native nativesdk"