head	1.8;
access;
symbols
	pkgsrc-2026Q1:1.8.0.8
	pkgsrc-2026Q1-base:1.8
	pkgsrc-2025Q4:1.8.0.6
	pkgsrc-2025Q4-base:1.8
	pkgsrc-2025Q3:1.8.0.4
	pkgsrc-2025Q3-base:1.8
	pkgsrc-2025Q2:1.8.0.2
	pkgsrc-2025Q2-base:1.8
	pkgsrc-2025Q1:1.7.0.4
	pkgsrc-2025Q1-base:1.7
	pkgsrc-2024Q4:1.7.0.2
	pkgsrc-2024Q4-base:1.7
	pkgsrc-2024Q3:1.6.0.6
	pkgsrc-2024Q3-base:1.6
	pkgsrc-2024Q2:1.6.0.4
	pkgsrc-2024Q2-base:1.6
	pkgsrc-2024Q1:1.6.0.2
	pkgsrc-2024Q1-base:1.6
	pkgsrc-2023Q4:1.5.0.4
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.5.0.2
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.4.0.12
	pkgsrc-2023Q2-base:1.4
	pkgsrc-2023Q1:1.4.0.10
	pkgsrc-2023Q1-base:1.4
	pkgsrc-2022Q4:1.4.0.8
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.6
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.4.0.4
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.4.0.2
	pkgsrc-2022Q1-base:1.4
	pkgsrc-2021Q4:1.3.0.20
	pkgsrc-2021Q4-base:1.3
	pkgsrc-2021Q3:1.3.0.18
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.3.0.16
	pkgsrc-2021Q2-base:1.3
	pkgsrc-2021Q1:1.3.0.14
	pkgsrc-2021Q1-base:1.3
	pkgsrc-2020Q4:1.3.0.12
	pkgsrc-2020Q4-base:1.3
	pkgsrc-2020Q3:1.3.0.10
	pkgsrc-2020Q3-base:1.3
	pkgsrc-2020Q2:1.3.0.8
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.3.0.4
	pkgsrc-2020Q1-base:1.3
	pkgsrc-2019Q4:1.3.0.6
	pkgsrc-2019Q4-base:1.3
	pkgsrc-2019Q3:1.3.0.2
	pkgsrc-2019Q3-base:1.3
	pkgsrc-2019Q2:1.2.0.6
	pkgsrc-2019Q2-base:1.2
	pkgsrc-2019Q1:1.2.0.4
	pkgsrc-2019Q1-base:1.2
	pkgsrc-2018Q4:1.2.0.2
	pkgsrc-2018Q4-base:1.2
	pkgsrc-2018Q3:1.1.0.6
	pkgsrc-2018Q3-base:1.1
	pkgsrc-2018Q2:1.1.0.4
	pkgsrc-2018Q2-base:1.1
	pkgsrc-2018Q1:1.1.0.2
	pkgsrc-2018Q1-base:1.1;
locks; strict;
comment	@# @;


1.8
date	2025.04.14.19.12.54;	author adam;	state Exp;
branches;
next	1.7;
commitid	OE9JQvPoptBSk3RF;

1.7
date	2024.11.11.07.29.24;	author wiz;	state Exp;
branches;
next	1.6;
commitid	1fBDq3LwS98NncxF;

1.6
date	2024.02.21.19.29.26;	author adam;	state Exp;
branches;
next	1.5;
commitid	R8rdU2FoZVfpRkZE;

1.5
date	2023.07.13.10.03.30;	author wiz;	state Exp;
branches;
next	1.4;
commitid	FVBRhonHqK8MTCwE;

1.4
date	2022.01.04.20.55.29;	author wiz;	state Exp;
branches;
next	1.3;
commitid	CYyhdK9qtoffkmnD;

1.3
date	2019.07.03.19.55.56;	author adam;	state Exp;
branches;
next	1.2;
commitid	c64fcWPebbgBsDtB;

1.2
date	2018.10.26.09.24.14;	author adam;	state Exp;
branches;
next	1.1;
commitid	uUZxWgEeAE600sXA;

1.1
date	2017.12.30.13.29.47;	author adam;	state Exp;
branches;
next	;
commitid	j0E5pt0Pd5tb0VkA;


desc
@@


1.8
log
@Fix PLIST after py-setuptools update; bump depends and revision
@
text
@# $NetBSD: Makefile,v 1.7 2024/11/11 07:29:24 wiz Exp $

DISTNAME=	grappelli_safe-1.1.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_PYPI:=g/grappelli_safe/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/stephenmcd/grappelli-safe
COMMENT=	Permanent fork of Grapelli admin skin for Mezzanine
LICENSE=	modified-bsd

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-django>=3:../../www/py-django

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.7
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2024/02/21 19:29:26 adam Exp $
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
a18 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@


1.6
log
@py-grappelli_safe: updated to 1.1.1

1.1.1 (2022-01-05)

Bug Fixes

fix radiolist styles in Django 4

1.1.0 (2021-12-30)

Features

add Django 4.0 compatibility

1.0.0 (2021-11-19)

Bug Fixes

fix arrow position on filter_horizontal widget (b754a98)
fix styles of number and url fields (9e404d5)
hide deletelink in Django 3.1+ inlines (288fc6c)
Features

Add Django 2.2 Compatability
make templates compatible with Django 3 (57b1bcf)
BREAKING CHANGES

dropped support for Python 2 and Django < 2.2

Remove unneeded import

Fix url

Move jQuery UI out to base admin template (fixes broken inlines)

Pass correct args to inlines

Style fix for M2M widget

Rename admin CSS class "field-box" to "fieldBox".
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2023/07/13 10:03:30 wiz Exp $
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@


1.5
log
@*: switch django users to py-django3
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:29 wiz Exp $
d3 1
a3 1
DISTNAME=	grappelli_safe-0.5.2
a4 1
PKGREVISION=	2
d13 3
a15 1
DEPENDS+=	${PYPKGPREFIX}-django>=3:../../www/py-django3
d21 1
a21 1
.include "../../lang/python/egg.mk"
@


1.4
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2019/07/03 19:55:56 adam Exp $
d5 1
a5 1
PKGREVISION=	1
d14 1
a14 1
DEPENDS+=	${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
d18 2
@


1.3
log
@py-grappelli_safe: updated to 0.5.2

0.5.2:
Bug fixes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2018/10/26 09:24:14 adam Exp $
d5 1
@


1.2
log
@py-grappelli_safe: updated to 0.5.1

0.5.1:
Unknown changes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2017/12/30 13:29:47 adam Exp $
d3 1
a3 1
DISTNAME=	grappelli_safe-0.5.1
d9 1
a9 1
HOMEPAGE=	https://github.com/stephenmcd/grappelli-safe/
@


1.1
log
@py-grappelli_safe: added version 0.4.7

grappelli_safe is a permanent fork of Grappelli admin skin for Django, to be
referenced as a dependency for the Mezzanine CMS for Django.

At the time of grappelli_safe's creation, Grappelli was incorrectly packaged
on PyPI, and had also dropped compatibility with Django 1.1 - grappelli_safe
was therefore created to address these specific issues.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	grappelli_safe-0.4.7
@

