Skip to content

Commit 8c45863

Browse files
authored
Remove AUTHOR variables (#74)
Variable was removed with Yocto 4.3 Nanbield.
1 parent 9dd1e32 commit 8c45863

16 files changed

Lines changed: 0 additions & 16 deletions

File tree

meta-protos/meta-python/recipes-core/python/python3-crudini/python3-crudini_0.9.6.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
SUMMARY = "An utility for manipulating ini files"
22
DESCRIPTION = "CLI utility for ini file manipulation"
3-
AUTHOR = "pixelb"
43
HOMEPAGE = "https://github.com/pixelb/crudini"
54
BUGTRACKER = "https://github.com/pixelb/crudini/issues"
65
SECTION = "development"

meta-protos/meta-python/recipes-devtools/python3-exceptiongroup/python3-exceptiongroup.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
SUMMARY = "Backport of PEP 654 (exception groups)"
22
DESCRIPTION = "This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11."
3-
AUTHOR = "Alex Grönholm <alex.gronholm@nextday.fi>"
43
HOMEPAGE = "https://github.com/agronholm/exceptiongroup"
54
BUGTRACKER = "https://github.com/agronholm/exceptiongroup/issues"
65
SECTION = "development"

meta-protos/meta-python/recipes-devtools/python3-flit-scm/python3-flit-scm.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
SUMMARY = "A PEP 518 build backend."
22
DESCRIPTION = "A PEP 518 build backend to generate a version file from VCS."
3-
AUTHOR = "Will Da Silva <will@willdasilva.xyz>"
43
HOMEPAGE = "https://gitlab.com/WillDaSilva/flit_scm"
54
BUGTRACKER = "https://gitlab.com/WillDaSilva/flit_scm/-/issues"
65
SECTION = "development"

meta-protos/meta-python/recipes-devtools/python3-js2py/python3-js2py.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
SUMMARY = "JavaScript to Python Translator and JavaScript interpreter."
22
DESCRIPTION = "Translates JavaScript to Python code. Js2Py is able to translate and execute virtually any JavaScript code. Js2Py is written in pure python and does not have any dependencies. Basically an implementation of JavaScript core in pure python."
3-
AUTHOR = "Piotr Dabkowski <piodrus@gmail.com>"
43
HOMEPAGE = "https://github.com/PiotrDabkowski/Js2Py"
54
BUGTRACKER = "https://github.com/PiotrDabkowski/Js2Py/issues"
65
SECTION = "development"

meta-protos/meta-python/recipes-devtools/python3-plumbum/python3-plumbum.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
SUMMARY = "Plumbum: Shell Combinators"
22
DESCRIPTION = "Plumbum is a small yet feature-rich library for shell script-like programs in Python."
3-
AUTHOR = "Tomer Filiba"
43
HOMEPAGE = "https://plumbum.readthedocs.io"
54
BUGTRACKER = "https://github.com/tomerfiliba/plumbum/issues"
65
SECTION = "development"

meta-protos/meta-python/recipes-devtools/python3-pyjsparser/python3-pyjsparser.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
SUMMARY = "Fast JavaScript parser for Python."
22
DESCRIPTION = "Fast JavaScript parser - manual translation of esprima.js to python. Takes 1 second to parse whole angular.js library so parsing speed is about 100k characters per second which makes it the fastest and most comprehensible JavaScript parser for python out there."
3-
AUTHOR = "Piotr Dabkowski <piodrus@gmail.com>"
43
HOMEPAGE = "https://github.com/PiotrDabkowski/pyjsparser"
54
BUGTRACKER = "https://github.com/PiotrDabkowski/pyjsparser/issues"
65
SECTION = "development"

meta-protos/meta-python/recipes-devtools/python3-rpyc/python3-rpyc.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
SUMMARY = "RPyC (Remote Python Call) - A transparent and symmetric RPC library for python"
22
DESCRIPTION = "RPyC is a transparent python library for symmetrical remote procedure calls, clustering and distributed-computing."
3-
AUTHOR = "tomerfiliba-org"
43
HOMEPAGE = "https://rpyc.readthedocs.io"
54
BUGTRACKER = "https://github.com/tomerfiliba-org/rpyc/issues"
65
SECTION = "development"

meta-protos/meta-python/recipes-devtools/python3-trash-cli/python3-trash-cli.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
SUMMARY = "Command line interface to the freedesktop.org trashcan."
22
DESCRIPTION = "trash-cli trashes files recording the original path, deletion date, and permissions. It uses the same trashcan used by KDE, GNOME, and XFCE, but you can invoke it from the command line (and scripts)."
3-
AUTHOR = "Andrea Francia"
43
HOMEPAGE = "https://github.com/andreafrancia/trash-cli"
54
BUGTRACKER = "https://github.com/andreafrancia/trash-cli/issues"
65
SECTION = "tools"

meta-protos/recipes-oss/cppcheck/cppcheck.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
SUMMARY = "Static analysis of C/C++ code"
22
DESCRIPTION = "Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs."
3-
AUTHOR = "Daniel Marjamäki <daniel.marjamaki@gmail.com>"
43
HOMEPAGE = "http://cppcheck.sourceforge.net/"
54
BUGTRACKER = "https://trac.cppcheck.net/"
65
SECTION = "development"

meta-protos/recipes-oss/debugpy/debugpy_1.8.14.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
SUMMARY = "A debugger for Python 3"
22
DESCRIPTION = "An implementation of the Debug Adapter Protocol for Python 3"
3-
AUTHOR = "Microsoft Corporation"
43
HOMEPAGE = "https://github.com/microsoft/debugpy/"
54
BUGTRACKER = "https://github.com/microsoft/debugpy/issues"
65
SECTION = "devel"

0 commit comments

Comments
 (0)