pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/py-eight2: lint package component
Module Name: pkgsrc-wip
Committed By: K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Fri Mar 5 18:28:10 2021 +0100
Changeset: f298cb8e6664e0fa610525da74038deac7ff40a0
Modified Files:
py-eight2/DESCR
py-eight2/Makefile
Log Message:
wip/py-eight2: lint package component
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f298cb8e6664e0fa610525da74038deac7ff40a0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-eight2/DESCR | 4 ++--
py-eight2/Makefile | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs:
diff --git a/py-eight2/DESCR b/py-eight2/DESCR
index 30e41add36..cfd7ea5f89 100644
--- a/py-eight2/DESCR
+++ b/py-eight2/DESCR
@@ -1,2 +1,2 @@
-TODO: Fill in a short description of the package.
-TODO: It should be between 3 and 20 lines.
+Python Boilerplate contains all the boilerplate you
+ need to create a Python package.
diff --git a/py-eight2/Makefile b/py-eight2/Makefile
index 66d7295da5..822a16f944 100644
--- a/py-eight2/Makefile
+++ b/py-eight2/Makefile
@@ -2,21 +2,21 @@
DISTNAME= eight2-0.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= category python
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/eight2/}
MAINTAINER= kamelderouiche%yahoo.com@localhost
HOMEPAGE= https://github.com/bopo/eight2
-COMMENT= Boilerplate contains all the boilerplate you need to create a Python package
+COMMENT= Python Boilerplate contains all the boilerplate
LICENSE= mit
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner>=5.2:../../devel/py-test-runner
DEPENDS+= ${PYPKGPREFIX}-tzlocal>=2.1:../../time/py-tzlocal
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.11.3:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-arrow>=0.15.8:../../time/py-arrow
-DEPENDS+= ${PYPKGPREFIX}-sxtwl>=0:../../wip/py-sxtwl
+DEPENDS+= ${PYPKGPREFIX}-sxtwl>=1.1.0:../../wip/py-sxtwl
DEPENDS+= ${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.3.5:../../devel/py-test
Home |
Main Index |
Thread Index |
Old Index