ports/sysutils/py-upt/files/patch-setup.cfg
Kubilay Kocak 66f25d9d10 [NEW PORTS] sysutils/py-upt{-pypi,-freebsd}: Universal Packaging Tool
A unified CLI tool that converts a package from a language-specific package
manager (such as PyPI or NPM) to an almost ready-to-use package for Free
Unix-based operating systems (such as a GNU/Linux distribution or *BSD).

This commit includes the PyPI frontend and FreeBSD (Ports) backend packages
as sysutils/py-upt-pypi and sysutils/py-upt-freebsd, respectively.

WWW: https://framagit.org/upt/upt

PR:		242241
Submitted by:	Cyril Roelandt <cyril.roelandt aquilenet fr>
2019-12-27 07:14:31 +00:00

15 lines
281 B
INI

# Uses/python.py (concurrent) doesnt find
# share/* stuff for concurrent processing
# only ^man/man*
--- setup.cfg.orig 2019-12-27 05:05:29 UTC
+++ setup.cfg
@@ -42,7 +42,7 @@ backends =
upt-openbsd
[options.data_files]
-share/man/man1 =
+man/man1 =
upt.1
[egg_info]