aboutsummaryrefslogtreecommitdiff
path: root/MOVED
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-08-28 15:22:34 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-08-28 15:22:34 +0000
commit8c760893a8710b68703c0a7d10180f3193a55be5 (patch)
tree0af95674daf27ed43c991a3eff1a962f59dce41f /MOVED
parent319b2d81df2fc5fbce220f8dfcdfe94e4325fbe5 (diff)
downloadports-8c760893a8710b68703c0a7d10180f3193a55be5.tar.gz
ports-8c760893a8710b68703c0a7d10180f3193a55be5.zip
www/pelican: Prefix according to Python conventions
- Rename (move) according to Python package naming conventions [1] - Switch temporarily to GITHUB for source files until missing content files for the test suite is merged/fixed [2] - Add python (virtual category) to CATEGORIES - Add LICENSE_FILE - Add OPTIONS for Markdown and Syntax Highlighting, they are OPTION'al features - Add MARKDOWN and SYNTAX to OPTIONS_DEFAULT (for package convenience). - Use OPTIONS helpers for TESTS option. - Refactor TEST_DEPENDS so it only declares tests_require, moving the RUN_DEPENDS assignment to TESTS_BUILD_DEPENDS. - Rename TEST option to TESTS to match other Python ports, and tweak description to canonicalize - Deprecate OPTIONSFILE override (no longer necessary) - Canonicalize regression-test target, so it gets the setuptools wrapped setup.py arguments for proper 'test' command support. - Re-order makefile sections (DEPENDS|USES|OPTIONS) While here: - Add MOVED entry - Update www/Makefile [1] https://wiki.freebsd.org/Python/PortsPolicy [2] https://github.com/getpelican/pelican/pull/1793 Reviewed by: jlaffaye (maintainer) Approved by: jlaffaye (maintainer) Differential Revision: https://reviews.freebsd.org/D3328
Notes
Notes: svn path=/head/; revision=395496
Diffstat (limited to 'MOVED')
-rw-r--r--MOVED1
1 files changed, 1 insertions, 0 deletions
diff --git a/MOVED b/MOVED
index 4d9cd394e2b1..b5b0e0108773 100644
--- a/MOVED
+++ b/MOVED
@@ -7848,3 +7848,4 @@ print/ghostscript9|print/ghostscript9-base|2015-08-22|Split into print/ghostscri
print/ghostscript9-nox11|print/ghostscript9-base|2015-08-22|Integrated into print/ghostscript9-base
print/ghostscript9-agpl|print/ghostscript9-agpl-base|2015-08-22|Split into print/ghostscript9-agpl-base and print/ghostscript9-agpl-x11
print/ghostscript9-agpl-nox11|print/ghostscript9-agpl-base|2015-08-22|Integrated into print/ghostscript9-agpl-base
+www/pelican|www/py-pelican|2015-08-29|Rename to match Python naming conventions