summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2020-10-12 05:48:40 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:37:18 +0200
commitbaf900982a4fd528e62a7f57fdcaa2509e4a111e (patch)
tree3678af98ac22df9167953f6bd4d179513f61a4fe /python
parentf8dbf24ae578b0fde6c9dfdbdb752857444b5ee4 (diff)
downloadslackbuilds-baf900982a4fd528e62a7f57fdcaa2509e4a111e.tar.gz
python/jaraco-packaging: Fix README, PRGNAM.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/jaraco-packaging/README14
-rw-r--r--python/jaraco-packaging/jaraco-packaging.SlackBuild2
2 files changed, 8 insertions, 8 deletions
diff --git a/python/jaraco-packaging/README b/python/jaraco-packaging/README
index ff6c75e75d..c2ce83bc3c 100644
--- a/python/jaraco-packaging/README
+++ b/python/jaraco-packaging/README
@@ -1,11 +1,11 @@
Tools for packaging(dependency_tree).
-A distutils command for reporting the dependency tree as resolved by setuptools.
-Use after installing a package.
+A distutils command for reporting the dependency tree as resolved by
+setuptools. Use after installing a package.
-A distutils command for reporting the attributes of a distribution, such as the
-version or author name.
+A distutils command for reporting the attributes of a distribution,
+such as the version or author name.
-Attributes may be specified as comma-separated or space-separated keys.
-Results are printed using subprocess.list2cmdline so may be parsed using shlex.split.
-By default, name and version are printed.
+Attributes may be specified as comma-separated or space-separated
+keys. Results are printed using subprocess.list2cmdline so may be
+parsed using shlex.split. By default, name and version are printed.
diff --git a/python/jaraco-packaging/jaraco-packaging.SlackBuild b/python/jaraco-packaging/jaraco-packaging.SlackBuild
index b2e89892a6..99cca02dc7 100644
--- a/python/jaraco-packaging/jaraco-packaging.SlackBuild
+++ b/python/jaraco-packaging/jaraco-packaging.SlackBuild
@@ -22,7 +22,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PRGNAM=${PRGNAM:-jaraco-packaging}
+PRGNAM=jaraco-packaging
SRCPKG=${SRCPKG-jaraco.packaging}
VERSION=${VERSION:-8.1.0}
BUILD=${BUILD:-1}