From 8011a3778122cf5cf1bcbfe064a9b914329e4af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= Date: Thu, 18 Aug 2022 15:33:22 -0400 Subject: [PATCH] sysutils/py-howdoi: new port Howdoi is an open source command line tool that gives answers to your questions right on the command line. Howdoi can be used by anyone and everyone who finds themselves Googling for answers to their basic programming questions. WWW: https://github.com/gleitz/howdoi --- sysutils/py-howdoi/Makefile | 25 +++++++++++++++++++++++++ sysutils/py-howdoi/distinfo | 3 +++ sysutils/py-howdoi/pkg-descr | 6 ++++++ 3 files changed, 34 insertions(+) create mode 100644 sysutils/py-howdoi/Makefile create mode 100644 sysutils/py-howdoi/distinfo create mode 100644 sysutils/py-howdoi/pkg-descr diff --git a/sysutils/py-howdoi/Makefile b/sysutils/py-howdoi/Makefile new file mode 100644 index 000000000..1dc68fcf4 --- /dev/null +++ b/sysutils/py-howdoi/Makefile @@ -0,0 +1,25 @@ +PORTNAME= howdoi +PORTVERSION= 2.0.19 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= DtxdF@riseup.net +COMMENT= Instant coding answers via the command line + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyquery>0:devel/py-pyquery@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cachelib>0:www/py-cachelib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}keep>0:sysutils/py-keep@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist distutils + +.include diff --git a/sysutils/py-howdoi/distinfo b/sysutils/py-howdoi/distinfo new file mode 100644 index 000000000..f2b464804 --- /dev/null +++ b/sysutils/py-howdoi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1660847590 +SHA256 (howdoi-2.0.19.tar.gz) = 4baa5270a98e9d001094d873a5a1b6a32eac021009cfc40cd9aeede633cb7556 +SIZE (howdoi-2.0.19.tar.gz) = 27109 diff --git a/sysutils/py-howdoi/pkg-descr b/sysutils/py-howdoi/pkg-descr new file mode 100644 index 000000000..8598e5e3b --- /dev/null +++ b/sysutils/py-howdoi/pkg-descr @@ -0,0 +1,6 @@ +Howdoi is an open source command line tool that gives answers to +your questions right on the command line. Howdoi can be used by +anyone and everyone who finds themselves Googling for answers to +their basic programming questions. + +WWW: https://github.com/gleitz/howdoi -- 2.37.1