python/jaraco-packaging: Fix README, PRGNAM.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-11 23:48:40 -04:00 committed by Willy Sudiarto Raharjo
parent f8dbf24ae5
commit baf900982a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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}