Port details |
- py-medikit Automated release engineer assistant
- 0.8.0_2 devel =3 0.8.0_2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2018-03-25 18:07:14
- Last Update: 2024-07-10 04:57:47
- Commit Hash: b3fa09f
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- Also Listed In: python
- License: APACHE20
- WWW:
- https://python-medikit.github.io/
- https://github.com/python-medikit/medikit
- Description:
- Medikit automates keeping your projects' boilerplate files and directory sane
and up to date.
It (optionally) generates and maintains a bunch of files, updating them
according to rules you define.
It's not a dependency. All changes are commited in your source tree.
You write amazing code, Medikit focuses on keeping it clean and ordered.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}medikit>0:devel/py-medikit@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-medikit/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-medikit
- pkg install py311-medikit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-medikit listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-medikit
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1643140638
SHA256 (medikit-0.8.0.tar.gz) = 2c0897195b04ae6b46e3ac568c5af84aaa10c3f4d8fb6923233748a562dc234c
SIZE (medikit-0.8.0.tar.gz) = 44567
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-Jinja2>=2.10 : devel/py-Jinja2@py311
- py311-git-semver>=0.3.2<0.4 : devel/py-git-semver@py311
- py311-mondrian>=0.8<1 : devel/py-mondrian@py311
- py311-packaging>=20.0 : devel/py-packaging@py311
- py311-pip-tools4>=4.5.0<4.6 : devel/py-pip-tools4@py311
- py311-semantic-version>=2.8<3 : devel/py-semantic-version@py311
- py311-stevedore>=3.0 : devel/py-stevedore@py311
- py311-whistle>=1.0<2 : devel/py-whistle@py311
- py311-yapf>=0.20<1 : textproc/py-yapf@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-medikit
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.0_2 10 Jul 2024 04:57:47 |
Po-Chuan Hsieh (sunpoet) |
devel/py-medikit: Update WWW and clean up pkg-descr |
0.8.0_2 08 Apr 2024 20:17:12 |
Po-Chuan Hsieh (sunpoet) |
devel/py-medikit: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
0.8.0_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.8.0_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.8.0_1 30 Dec 2022 09:04:42 |
Po-Chuan Hsieh (sunpoet) |
devel/py-medikit: Fix build after 6aaf332f9fe68aca8f8824a17cc18b1434f4bdba
- Allow build with py-stevedore 4.0.0+
- Bump PORTREVISION for package change |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.0 14 Feb 2022 06:39:55 |
Kai Knoblich (kai) Author: Po-Chuan Hsieh |
devel/py-medikit: Update to 0.8.0
Changelog:
https://github.com/python-medikit/medikit/blob/0.8.0/docs/changelog.rst
PR: 261470
Approved by: sunpoet (maintainer) |
0.7.5_2 19 Sep 2021 06:00:16 |
Po-Chuan Hsieh (sunpoet) |
devel/py-medikit: Fix build after py-Jinja2 3.0.0 update
(04ca9b0f4970d8d47accc9e31ef0c91b1a9d01f0)
- Bump PORTREVISION for package change |
0.7.5_1 14 Jul 2021 16:09:57 |
Po-Chuan Hsieh (sunpoet) |
devel/py-medikit: Fix build with py-packaging 21.0
- Bump PORTREVISION for package change |
0.7.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.5 10 Dec 2020 21:34:28 |
sunpoet |
Update to 0.7.5
Changes: https://github.com/python-medikit/medikit/blob/master/docs/changelog.rst |
0.7.4_4 05 Dec 2020 19:42:27 |
sunpoet |
Move devel/py-git_semver to devel/py-git-semver
- Bump PORTREVISION for dependency change |
0.7.4_3 05 Dec 2020 13:47:27 |
sunpoet |
Move devel/py-semantic_version to devel/py-semantic-version
- Bump PORTREVISION for dependency change |
0.7.4_2 08 Sep 2020 17:49:00 |
sunpoet |
Convert REINPLACE_CMD to patch file |
0.7.4_2 05 Sep 2020 10:09:51 |
sunpoet |
Change RUN_DEPENDS from py-pip-tools to py-pip-tools4
- Bump PORTREVISION for dependency change |
0.7.4_1 30 Aug 2020 22:13:43 |
antoine |
Revert r547096 and unbreak INDEX |
0.7.4_2 30 Aug 2020 20:21:04 |
sunpoet |
Change RUN_DEPENDS from py-pip-tools to py-pip-tools4
- Bump PORTREVISION for dependency change |
0.7.4_1 29 Jan 2020 19:14:25 |
sunpoet |
Remove unnecessary requires.txt patch |
0.7.4_1 08 Jan 2020 14:49:18 |
sunpoet |
Relax py-packaging requirement
- Bump PORTREVISION for package change |
0.7.4 25 Sep 2019 20:41:28 |
sunpoet |
Update to 0.7.4
Changes: https://github.com/python-medikit/medikit/blob/master/docs/changelog.rst
https://github.com/python-medikit/medikit/commits/master |
0.7.3_1 03 Aug 2019 12:42:42 |
sunpoet |
Change RUN_DEPENDS from py-pip-tools to py-pip-tools3
- Bump PORTREVISION for dependency change |
0.7.3 01 Jul 2019 15:37:21 |
sunpoet |
Update to 0.7.3
Changes: https://github.com/python-medikit/medikit/blob/master/docs/changelog.rst
https://github.com/python-medikit/medikit/commits/master |
0.7.2 10 Jun 2019 16:47:55 |
sunpoet |
Update to 0.7.2
Changes: https://github.com/python-medikit/medikit/blob/master/docs/changelog.rst
https://github.com/python-medikit/medikit/commits/master |
0.7.1_1 09 Jun 2019 16:52:25 |
sunpoet |
Change RUN_DEPENDS from py-pip-tools to py-pip-tools2
- Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change |
0.7.1 18 Mar 2019 18:22:07 |
sunpoet |
Update to 0.7.1
Changes: https://github.com/python-medikit/medikit/blob/master/docs/changelog.rst |
0.7.0 17 Mar 2019 18:58:28 |
sunpoet |
Update to 0.7.0
Changes: https://github.com/python-medikit/medikit/blob/master/docs/changelog.rst |
0.6.3 04 Mar 2019 17:57:49 |
sunpoet |
Cosmetic change |
0.6.3 24 Jun 2018 20:17:14 |
sunpoet |
Update to 0.6.3
Changes: https://github.com/python-medikit/medikit/commits/master |
0.5.20 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.5.20 15 Apr 2018 20:03:12 |
sunpoet |
Update to 0.5.20
Changes: https://github.com/python-medikit/medikit/commits/master |
0.5.19 04 Apr 2018 18:52:41 |
sunpoet |
Add py-medikit 0.5.18
Medikit automates keeping your projects' boilerplate files and directory sane
and up to date.
It (optionally) generates and maintains a bunch of files, updating them
according to rules you define.
It's not a dependency. All changes are commited in your source tree.
You write amazing code, Medikit focuses on keeping it clean and ordered.
WWW: https://python-medikit.github.io/
WWW: https://github.com/python-medikit/medikit |
0.5.18 25 Mar 2018 18:06:16 |
sunpoet |
Add py-medikit 0.5.18
Medikit automates keeping your projects' boilerplate files and directory sane
and up to date.
It (optionally) generates and maintains a bunch of files, updating them
according to rules you define.
It's not a dependency. All changes are commited in your source tree.
You write amazing code, Medikit focuses on keeping it clean and ordered.
WWW: https://python-medikit.github.io/
WWW: https://github.com/python-medikit/medikit |