Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
8035a332
Commit
8035a332
authored
Mar 24, 2021
by
nc
Browse files
New port: devel/py-us: Easily work with US and state metadata
parent
b1b643f6
Changes
5
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
8035a332
...
...
@@ -5208,6 +5208,7 @@
SUBDIR
+=
py-urwid
SUBDIR
+=
py-urwid-readline
SUBDIR
+=
py-urwidtrees
SUBDIR
+=
py-us
SUBDIR
+=
py-user_agents
SUBDIR
+=
py-userpath
SUBDIR
+=
py-uvloop
...
...
devel/py-us/Makefile
0 → 100644
View file @
8035a332
# $FreeBSD$
PORTNAME
=
us
PORTVERSION
=
2.0.2
CATEGORIES
=
devel
MASTER_SITES
=
CHEESESHOP
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
MAINTAINER
=
sunpoet@FreeBSD.org
COMMENT
=
Easily work with US and state metadata
LICENSE
=
BSD3CLAUSE
LICENSE_FILE
=
${WRKSRC}
/LICENSE
BUILD_DEPENDS
=
${PYTHON_PKGNAMEPREFIX}
jellyfish>
=
0:devel/py-jellyfish@
${PY_FLAVOR}
USES
=
python:3.7+
USE_PYTHON
=
autoplist concurrent distutils
NO_ARCH
=
yes
.
include
<bsd.port.mk>
devel/py-us/distinfo
0 → 100644
View file @
8035a332
TIMESTAMP = 1616601330
SHA256 (us-2.0.2.tar.gz) = cb11ad0d43deff3a1c3690c74f0c731cff5b862c73339df2edd91133e1496fbc
SIZE (us-2.0.2.tar.gz) = 14207
devel/py-us/files/patch-setup.py
0 → 100644
View file @
8035a332
---
setup
.
py
.
orig
2020
-
04
-
29
04
:
59
:
47
UTC
+++
setup
.
py
@@
-
13
,
7
+
13
,
7
@@
setup
(
license
=
"BSD"
,
packages
=
find_packages
(),
include_package_data
=
True
,
-
install_requires
=
[
"jellyfish==0.6.1"
],
+
install_requires
=
[
"jellyfish"
],
entry_points
=
{
"console_scripts"
:
[
"states = us.cli.states:main"
]},
platforms
=
[
"any"
],
classifiers
=
[
devel/py-us/pkg-descr
0 → 100644
View file @
8035a332
python-us is a package for easily working with US and state metadata
WWW: https://github.com/unitedstates/python-us
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment