mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
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>
15 lines
281 B
INI
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]
|