[Bug 245411] sysutils/py-salt: Update crypto dependency to security/py-pycryptodome

2020-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245411

Christer Edwards  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(christ |maintainer-feedback+
   |er.edwa...@gmail.com)   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Flo de Trusthunter] - Solicitud de publicación de artículo

2020-05-18 Thread Florian Felsing
 [Flo de Trusthunter] - Solicitud de publicación de artículo
Estimado Freebsd-Team,

Mi nombre es Flo, Director de Relaciones Editoriales de la Agencia Alemana
de Marketing Digital Trusthunter.

He visto que en su sitio web freebsd.org es posible publicar un artículo de
invitado. De ser así, estaríamos encantados en escribir uno o varios
artículos para ustedes :)

Es importante recalcar, que todos nuestros artículos son adaptados a la
línea editorial de las respectivas páginas web. Es decir, serían artículos
totalmente naturales, en línea con el contenido de su página web y
definitivamente relevantes para su audiencia. Me gustaría mencionar que
esto representa un coste cero para ustedes y nosotros nos hacemos cargo de
todos los procesos y costos de redacción.

Lo único que nos bastaría es incluir un enlace hacia alguno de nuestros
dominios (o subdominios). Actualmente manejamos los siguientes:


   - Reviewbox.es
   - Monederosmart.com
   - Reviewbox.com.mx


Como puede ver, contamos con un amplio número de dominios tanto en España
como en Latinoamérica que también van en línea con su nicho. Además, no
empezamos a redactar hasta tener su aprobación del enlace a incluir.

Para nosotros sería importante que:

=> Los enlaces sean DoFollow
=> El artículo no esté marcado como publicidad
=> El artículo se publique dentro de una categoría
=> El artículo y los enlaces permanezcan por un mínimo de 2 años

¡Sin más que agregar agradezco su tiempo y espero sus comentarios!

¡Saludos cordiales desde Alemania!

Flo




*Florian Felsing*
*VP Publisher Relations*



*E-Mail: *f...@trusthunter.org
*Web: *https://trusthunter.net


*LinkedIn: *Trusthunter

___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 242463] devel/mercurial: Update to 5.4

2020-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463

Charlie Li  changed:

   What|Removed |Added

 CC||ml+free...@vishwin.info

--- Comment #38 from Charlie Li  ---
(In reply to Kurt Jaeger from comment #25)
.pyc and .pyo only work for Python 2. In order to package properly for Python
3, conditionals are needed:

%%PYTHON2PYTHON_SITELIBDIR%%/mercurial/__modulepolicy__.pyc
%%PYTHON2PYTHON_SITELIBDIR%%/mercurial/__modulepolicy__.pyo
%%PYTHON3PYTHON_SITELIBDIR%%/mercurial/__pycache__/__modulepolicy__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
%%PYTHON3PYTHON_SITELIBDIR%%/mercurial/__pycache__/__modulepolicy__.cpython-%%PYTHON_SUFFIX%%.pyc

Kind of annoying since distutils/autoplist doesn't pick up __modulepolicy__.py
since it is auto-generated.

Also, hgweb.cgi needs the shebangfix treatment.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 242463] devel/mercurial: Update to 5.4

2020-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463

--- Comment #37 from Sunpoet Po-Chuan Hsieh  ---
(In reply to Sergey A. Osokin from comment #34)

I noticed that the PLIST order has changed but the original order (LANG=C) is
correct. Uppercase comes before lowercase. DATADIR (expands to share/mercurial)
comes after man.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 242463] devel/mercurial: Update to 5.4

2020-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463

Sunpoet Po-Chuan Hsieh  changed:

   What|Removed |Added

 CC||sunp...@freebsd.org

--- Comment #36 from Sunpoet Po-Chuan Hsieh  ---
IMHO, next step is to update its dependent ports.

deskutils/zim
devel/git-cinnabar
devel/git-remote-hg
devel/hg-git
devel/hgreviewboard
devel/hgsvn
devel/ocaml-opam
devel/py-hglib
devel/py-setuptools_scm
devel/tortoisehg
ports-mgmt/portshaker
www/py-kallithea
www/trac-mercurial

Since it's flavored now, "hg:devel/mercurial" has to be changed.
You may need to use "hg${PYTHON_PKGNAMESUFFIX}:devel/mercurial@${PY_FLAVOR}" or
"mercurial${PYTHON_PKGNAMESUFFIX}>=0:devel/mercurial@${PY_FLAVOR}" instead.

The latter would be better if you need to specify the minimal version required.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 242463] devel/mercurial: Update to 5.4

2020-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463

--- Comment #35 from Kurt Jaeger  ---
(In reply to Antoine Brodin from comment #28)
So, what else needs to be checked ? (5.4 testbuilds done, looks fine)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


FreeBSD ports you maintain which are out of date

2020-05-18 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/pyt...@freebsd.org.html


Port| Current version | New version
+-+
math/py-numpy   | 1.16.6  | 1.18.0
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"