* [devel] Q: /usr/bin/*.py3
@ 2013-04-09 8:04 Dmitry V. Levin
2013-04-09 8:30 ` Aleksey Avdeev
2013-04-09 8:43 ` Dmitry V. Levin
0 siblings, 2 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2013-04-09 8:04 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 258 bytes --]
Hi,
$ grep -h '\.py3[[:space:]]' Sisyphus/*/base/contents_index
/usr/bin/django-admin.py3 python3-module-django
/usr/bin/miniterm.py3 python3-module-serial
Это опечатки, или python3.{req,prov}.files уже пора обучать новым
суффиксам?
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Q: /usr/bin/*.py3
2013-04-09 8:04 [devel] Q: /usr/bin/*.py3 Dmitry V. Levin
@ 2013-04-09 8:30 ` Aleksey Avdeev
2013-04-09 8:37 ` REAL
2013-04-09 8:43 ` Dmitry V. Levin
1 sibling, 1 reply; 6+ messages in thread
From: Aleksey Avdeev @ 2013-04-09 8:30 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 917 bytes --]
09.04.2013 12:04, Dmitry V. Levin пишет:
> Hi,
>
> $ grep -h '\.py3[[:space:]]' Sisyphus/*/base/contents_index
> /usr/bin/django-admin.py3 python3-module-django
> /usr/bin/miniterm.py3 python3-module-serial
Это python3 аналоги, python скриптов:
$ grep -h '/usr/bin/django-admin' Sisyphus/*/base/contents_index
/usr/bin/django-admin.py python-module-django
/usr/bin/django-admin.py3 python3-module-django
$ grep -h '/usr/bin/miniterm' Sisyphus/*/base/contents_index
/usr/bin/miniterm.py python-module-serial
/usr/bin/miniterm.py3 python3-module-serial
>
> Это опечатки, или python3.{req,prov}.files уже пора обучать новым
> суффиксам?
Похоже на результат борьбы с файловыми конфликтами.
PS: Знаю ещё 2 варианта:
1.
<name> -- python
<name>3 -- python3
2.
<name> -- python
<name>-3.3 -- python3
<name>3 -- линк на <name>-3.3
--
С уважением. Алексей.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 897 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Q: /usr/bin/*.py3
2013-04-09 8:30 ` Aleksey Avdeev
@ 2013-04-09 8:37 ` REAL
2013-04-09 8:38 ` Aleksey Avdeev
0 siblings, 1 reply; 6+ messages in thread
From: REAL @ 2013-04-09 8:37 UTC (permalink / raw)
To: ALT Linux Team development discussions
09.04.2013 15:30, Aleksey Avdeev пишет:
> PS: Знаю ещё 2 варианта:
>
> 1.
>
> <name> -- python
>
> <name>3 -- python3
>
> 2.
>
> <name> -- python
>
> <name>-3.3 -- python3
>
> <name>3 -- линк на<name>-3.3
Есть ещё py3_<name>
--
REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Q: /usr/bin/*.py3
2013-04-09 8:37 ` REAL
@ 2013-04-09 8:38 ` Aleksey Avdeev
2013-04-09 8:42 ` REAL
0 siblings, 1 reply; 6+ messages in thread
From: Aleksey Avdeev @ 2013-04-09 8:38 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 388 bytes --]
09.04.2013 12:37, REAL пишет:
> 09.04.2013 15:30, Aleksey Avdeev пишет:
>> PS: Знаю ещё 2 варианта:
>>
>> 1.
>>
>> <name> -- python
>>
>> <name>3 -- python3
>>
>> 2.
>>
>> <name> -- python
>>
>> <name>-3.3 -- python3
>>
>> <name>3 -- линк на<name>-3.3
>
> Есть ещё py3_<name>
Угу. Может придумаем, как навести здесь порядок?
--
С уважением. Алексей.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 897 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Q: /usr/bin/*.py3
2013-04-09 8:38 ` Aleksey Avdeev
@ 2013-04-09 8:42 ` REAL
0 siblings, 0 replies; 6+ messages in thread
From: REAL @ 2013-04-09 8:42 UTC (permalink / raw)
To: ALT Linux Team development discussions
09.04.2013 15:38, Aleksey Avdeev пишет:
>> Есть ещё py3_<name>
>
> Угу. Может придумаем, как навести здесь порядок?
Вряд ли целесообразно. Тем более, что некоторые апстримы сами
придумывают свои способы (как в случае с <name>-3).
--
REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] Q: /usr/bin/*.py3
2013-04-09 8:04 [devel] Q: /usr/bin/*.py3 Dmitry V. Levin
2013-04-09 8:30 ` Aleksey Avdeev
@ 2013-04-09 8:43 ` Dmitry V. Levin
1 sibling, 0 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2013-04-09 8:43 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 453 bytes --]
On Tue, Apr 09, 2013 at 12:04:34PM +0400, Dmitry V. Levin wrote:
> Hi,
>
> $ grep -h '\.py3[[:space:]]' Sisyphus/*/base/contents_index
> /usr/bin/django-admin.py3 python3-module-django
> /usr/bin/miniterm.py3 python3-module-serial
>
> Это опечатки, или python3.{req,prov}.files уже пора обучать новым
> суффиксам?
Ответ на поверхности: это не опечатки, но python3.{req,prov}.files
в связи с этим менять все равно не нужно.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-04-09 8:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-09 8:04 [devel] Q: /usr/bin/*.py3 Dmitry V. Levin
2013-04-09 8:30 ` Aleksey Avdeev
2013-04-09 8:37 ` REAL
2013-04-09 8:38 ` Aleksey Avdeev
2013-04-09 8:42 ` REAL
2013-04-09 8:43 ` Dmitry V. Levin
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git