OPNA2608
99b3530710
mailmanPackages.buildEnvs: Fixup after ldap -> python-ldap rename
2022-10-07 19:11:50 +02:00
Maximilian Bosch
6c7fbcd21e
mailman: make mailmanPackages.extend
actually work in overlays
2022-07-04 21:15:56 +02:00
Maximilian Bosch
dd4b6b81fa
nixos/mailman: implement LDAP support for postorius
2022-07-04 21:15:53 +02:00
Maximilian Bosch
aea3ec632d
mailman: split python env for web and mailman
2022-05-20 01:36:48 +02:00
Maximilian Bosch
72a14ea563
mailman: refactor package structure
...
* Removed unused `.package`-option.
* Added explicit postgresql support.
* Create a new meta-package for mailman to make sure each component has
the **same** python and packages can be downgraded if needed (e.g.
psycopg2 or sqlalchemy) without interfering with `pythonPackages` in any way.
* Document why certain python overrides are needed.
Closes #170035
Closes #158424
2022-05-20 01:21:20 +02:00
Martin Weinelt
69900853ca
mailman: fix build
...
Required an update to the sqlalchemy override due to new hash variable
usage. Also disables tests for sqlalchemy and alembic because neither
can find any, so they error out.
2022-04-15 01:39:55 +02:00
Artturin
a997abfb28
mailman: formatting
2021-11-13 02:14:26 +02:00
Martin Weinelt
adf4e67dd4
Merge remote-tracking branch 'origin/staging' into staging-next
2021-10-15 01:34:36 +02:00
Peter Simons
476635afe1
Drop myself from meta.maintainers for most packages.
...
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
Martin Weinelt
f931bc81d6
mailman: 3.3.4 -> 3.3.5
...
Override sqlalchemy version with 1.3.24 and relax alembic dependency.
2021-10-11 01:22:10 +02:00
Pavol Rusnak
68889ed61f
treewide: use quotes for url
2021-06-20 16:26:23 +02:00
Alyssa Ross
cc10432418
mailman: add myself as a maintainer all around
2021-04-17 01:07:38 +00:00
Lucas Savva
4002146ff5
mailman: 3.3.1 -> 3.3.4
...
Postorious 1.3.4 (AKA mailman-web, already in unstable/master)
requires this version to work
2021-04-05 02:14:22 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Ben Siraphob
872973d7d1
pkgs/servers: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Sandro Jäckel
a3c02a34e2
mailman: Disable tests
2020-12-07 11:02:01 +01:00
Linus Heckemann
176bc68a69
mailman: log to journal
2020-06-18 17:23:33 +02:00
Alyssa Ross
5322686d53
mailman: 3.3.0 -> 3.3.1
2020-06-06 01:05:29 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Alyssa Ross
a8538a73a7
mailman: init package for Mailman CLI
...
We already had python3Packages.mailman, but that's only really usable
as a library. The only other option was to create a whole Python
environment, which was undesirable to install as a system-wide
package.
2020-01-30 23:14:45 +00:00
Alyssa Ross
126ff4d97e
python3.pkgs.mailman*: check isPy3k inside package
2020-01-20 14:36:56 +00:00
Peter Simons
3e26640352
python3.pkgs.mailman: 3.2.2 -> 3.3.0
2020-01-20 14:36:56 +00:00
Alyssa Ross
0b9bfc0132
python3.pkgs.mailman: core.nix -> default.nix
...
The actual upstream "mailman" name just refers to this, so we should
use the Nixpkgs convention of default.nix.
2020-01-20 14:36:56 +00:00
Alyssa Ross
89b311fa4d
mailman: remove unused derivation for mailman 2
...
This isn't referenced anywhere, so it's just dead code.
2020-01-20 14:36:56 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
R. RyanTM
4cb7173651
mailman: 2.1.24 -> 2.1.29
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mailman/versions
2018-10-14 05:09:52 -07:00
Frederik Rietdijk
d9fa74ba78
Merge master into staging
2018-08-09 18:28:15 +02:00
rnhmjoj
1ba3d8b7d1
mailman: use python2
2018-08-08 02:20:54 +02:00
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04:00
rnhmjoj
491bc4cfed
pythonPackages: rename dns -> dnspython
2017-12-10 15:27:06 +01:00
Simon Lackerbauer
dd557788be
mailman: 2.1.23 -> 2.1.24
2017-08-21 22:01:46 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Will Dietz
179936d75c
mailman: Fix attempts to chmod g+s during installation
2017-06-28 13:34:21 -05:00
Graham Christensen
f7f4930912
mailman: 2.1.18 -> 2.1.23
2016-09-23 18:43:21 -04:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Domen Kožar
4355ef9e41
mailman: use python2.7 package dns
2015-10-28 18:23:17 +01:00
Domen Kožar
27d5fb07a0
pythonPackages{dns, dnspython}: merge
2015-10-28 18:20:43 +01:00
Peter Simons
e3639c03f2
mailman: update from 2.1.17 to 2.1.18
2015-01-27 14:04:54 +01:00
Peter Simons
ed25859f07
mailman: update from 2.1.16 to 2.1.17
2014-01-15 17:29:14 +01:00
Peter Simons
3af6415ab8
mailman: add version 2.1.16
2013-10-21 15:02:35 +02:00