FreeBSD Bugzilla – Attachment 209467 Details for
Bug 242241
[NEW PORT] sysutils/py-upt: Package software from any package manager to any distribution
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
upt, upt-pypi, upt-freebsd
upt.diff (text/plain), 4.09 KB, created by
Cyril Roelandt
on 2019-11-27 04:05:43 UTC
(
hide
)
Description:
upt, upt-pypi, upt-freebsd
Filename:
MIME Type:
Creator:
Cyril Roelandt
Created:
2019-11-27 04:05:43 UTC
Size:
4.09 KB
patch
obsolete
>diff --git a/sysutils/py-upt-freebsd/Makefile b/sysutils/py-upt-freebsd/Makefile >new file mode 100644 >index 000000000000..1eeb2dcaa782 >--- /dev/null >+++ b/sysutils/py-upt-freebsd/Makefile >@@ -0,0 +1,21 @@ >+# $FreeBSD$ >+ >+PORTNAME= upt-freebsd >+DISTVERSION= 0.2 >+CATEGORIES= sysutils ports-mgmt python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= python@FreeBSD.org >+COMMENT= FreeBSD backend for upt >+ >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}upt>=0.4:sysutils/py-upt@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> >diff --git a/sysutils/py-upt-freebsd/distinfo b/sysutils/py-upt-freebsd/distinfo >new file mode 100644 >index 000000000000..614ea2356bc5 >--- /dev/null >+++ b/sysutils/py-upt-freebsd/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1574702225 >+SHA256 (upt-freebsd-0.2.tar.gz) = 5b62efd780f2bce43310371e3bba6044b65bf0d08244d3e634c53fce10e5e51d >+SIZE (upt-freebsd-0.2.tar.gz) = 7418 >diff --git a/sysutils/py-upt-freebsd/pkg-descr b/sysutils/py-upt-freebsd/pkg-descr >new file mode 100644 >index 000000000000..a010d8cd0fe7 >--- /dev/null >+++ b/sysutils/py-upt-freebsd/pkg-descr >@@ -0,0 +1,3 @@ >+This is a FreeBSD backend for upt. >+ >+WWW: https://framagit.org/upt/upt-freebsd >diff --git a/sysutils/py-upt-pypi/Makefile b/sysutils/py-upt-pypi/Makefile >new file mode 100644 >index 000000000000..6caef5001b42 >--- /dev/null >+++ b/sysutils/py-upt-pypi/Makefile >@@ -0,0 +1,21 @@ >+# $FreeBSD$ >+ >+PORTNAME= upt-pypi >+DISTVERSION= 0.5 >+CATEGORIES= sysutils python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= python@FreeBSD.org >+COMMENT= PyPI frontend for upt >+ >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}upt>=0.9:sysutils/py-upt@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> >diff --git a/sysutils/py-upt-pypi/distinfo b/sysutils/py-upt-pypi/distinfo >new file mode 100644 >index 000000000000..1ad8a3b45355 >--- /dev/null >+++ b/sysutils/py-upt-pypi/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1574701220 >+SHA256 (upt-pypi-0.5.tar.gz) = 6cfe91ab916ab190d4d6440b829c2c13d42855724f681c39483e98a506cd9c94 >+SIZE (upt-pypi-0.5.tar.gz) = 12414 >diff --git a/sysutils/py-upt-pypi/pkg-descr b/sysutils/py-upt-pypi/pkg-descr >new file mode 100644 >index 000000000000..c20bc00f4186 >--- /dev/null >+++ b/sysutils/py-upt-pypi/pkg-descr >@@ -0,0 +1,3 @@ >+This is a PyPI frontend for upt. >+ >+WWW: https://framagit.org/upt/upt-pypi >diff --git a/sysutils/py-upt/Makefile b/sysutils/py-upt/Makefile >new file mode 100644 >index 000000000000..ca3e702a2708 >--- /dev/null >+++ b/sysutils/py-upt/Makefile >@@ -0,0 +1,21 @@ >+# $FreeBSD$ >+ >+PORTNAME= upt >+DISTVERSION= 0.10.3 >+CATEGORIES= sysutils python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= python@FreeBSD.org >+COMMENT= Package software from any package manager to any distribution >+ >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}spdx-lookup>0:misc/py-spdx-lookup@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils concurrent >+ >+.include <bsd.port.mk> >diff --git a/sysutils/py-upt/distinfo b/sysutils/py-upt/distinfo >new file mode 100644 >index 000000000000..b85e78f34a87 >--- /dev/null >+++ b/sysutils/py-upt/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1574700750 >+SHA256 (upt-0.10.3.tar.gz) = e08fcea114cf71ed98dd5f9085c40892301b22ebba9448d2940be77737596258 >+SIZE (upt-0.10.3.tar.gz) = 28655 >diff --git a/sysutils/py-upt/pkg-descr b/sysutils/py-upt/pkg-descr >new file mode 100644 >index 000000000000..2d5978c51000 >--- /dev/null >+++ b/sysutils/py-upt/pkg-descr >@@ -0,0 +1,5 @@ >+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). >+ >+WWW: https://framagit.org/upt/upt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242241
:
209438
|
209467
|
210167